lg2/craft

Headless Craft CMS Starter

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:project

pkg:composer/lg2/craft


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.1 --database=mysql:8.0 --timezone=America/Toronto
ddev composer create -y --no-install --no-scripts lg2/craft
ddev composer install
ddev craft install
ddev launch /admin