drupal-pyramid/drupal-pyramid

Drupal 8 project kickstarter.


Keywords
composer, custom-composer, drupal, drupal-8, drupal-cmi, drupal-pyramid, lndo, novice-guide
License
GPL-2.0-or-later

Documentation

Drupal Pyramid

Small. Simple. Fast.

The best starter kit for your Drupal projects.

Getting started

All you need is Composer and Lando.

Create the project:

composer create-project drupal-pyramid/drupal-pyramid <project_name> --stability dev --no-interaction

Create the .lando.yml file:

cp example.lando.yml .lando

Edit the first line in .lando.yml to rename your project (by default it's named pyramid):

name: <project_name>
recipe: drupal8
config:
  ...

Start the machine:

lando start

Done!

You now have a working Drupal website at https://<project_name>.lndo.site.

See your local configuration with:

lando info

Any questions? Please have a look at the wiki or open a new issue.


BrowserStack Status