diginov/craft

Craft CMS Starter

1.0.0 2023-11-09 00:25 UTC

This package is auto-updated.

Last update: 2024-04-09 01:24:00 UTC


README

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