Skip to content

diginov/craft

Repository files navigation

Craft CMS Starter

Start a new project with DDEV

Read the DDEV documentation to install it before proceeding.

mkdir my-craft-project
cd my-craft-project
ddev config --project-type=craftcms --php-version=8.2 --database=mariadb:10.6 --timezone=America/Toronto
ddev composer create -y --no-install --no-scripts diginov/craft
ddev composer install
ddev craft install
ddev launch /admin

About

Craft CMS Starter

Resources

License

Stars

Watchers

Forks