ddme/craft

This package is abandoned and no longer maintained. No replacement package was suggested.

DDME Craft CMS Scaffolding

Maintainers

Details

github.com/ddme/craft

Source

Issues

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 10

Type:project


README

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

Craft Plugins

NPM Packages