Using ddme/craft
Create a new project by first creating and installing the project:
composer create-project ddme/craft PATH
Make sure that PATH
is the path to your project, including the name you want for the project, e.g.:
composer create-project ddme/craft marlo
Then cd
to your new project directory, and run Craft's setup
console command to create your .env
environments:
cd PATH
./craft setup
Finally, run the marlo
command to install our predefined plugins:
./marlo setup
Assumptions made
Since this is the boilerplate DDME uses for projects, it has a number of assumptions:
- Laravel Mix is used to compile assets
- Tailwind CSS is used as the utility-first CSS framework
- The plugins listed below are required