panopoly/panopoly-composer-template

Project template for Panopoly 2.x projects with composer

10.x-dev 2024-02-27 17:35 UTC

This package is auto-updated.

Last update: 2024-03-27 23:53:31 UTC


README

Panopoly is a powerful base distribution of Drupal 9, that includes many usability improvements, and powerful additional features.

It can be used as a starting point for a new Drupal site, or as the base to create your own Drupal 9 distribution.

See the project page on Drupal.org for more information.

Usage

You need a couple of dependencies first:

After that you can create your new project via:

composer create-project panopoly/panopoly-composer-template:9.x-dev somedir --no-interaction

... replacing 'somedir' with the directory to create your new site.