2017 © Pedro Peláez
 

project craft

DDME Craft CMS Scaffolding

image

ddme/craft

DDME Craft CMS Scaffolding

  • Wednesday, July 18, 2018
  • by ddme
  • Repository
  • 1 Watchers
  • 4 Stars
  • 31 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 82 % Grown

The README.md

Using ddme/craft

Create a new project by first creating and installing the project:, (*1)

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.:, (*2)

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:, (*3)

cd PATH
./craft setup

Finally, run the marlo command to install our predefined plugins:, (*4)

./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, (*5)

Craft Plugins

NPM Packages

The Versions