8000 GitHub - pagach/drupal-project: :rocket: Composer template for Drupal projects. Quick installation via "composer create-project drupal-composer/drupal-project"
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

🚀 Composer template for Drupal projects. Quick installation via "composer create-project drupal-composer/drupal-project"

License

Notifications You must be signed in to change notification settings

pagach/drupal-project

 
 

Repository files navigation

Composer template for Drupal projects

This repository is a clone of drupal-project repo.

It is configured with frequently used modules to quickly jump start your project.

Quick start local development

Use docker-compose setup for local development.

To quick start the project execute:

git clone https://github.com/pagach/docker-compose-lamp.git &&
./docker-compose-lamp/setup.sh &&
cp .env.local .env &&
./docker-compose-lamp/scripts/server-start.sh &&
cp web/sites/default/example.settings.php web/sites/default/settings.php &&
composer install &&
./docker-compose-lamp/scripts/drush-importdump.sh

Access your project via link shown during installation.

About

🚀 Composer template for Drupal projects. Quick installation via "composer create-project drupal-composer/drupal-project"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.0%
  • JavaScript 21.4%
  • PHP 21.1%
  • SCSS 13.1%
  • Twig 3.7%
  • Less 1.4%
  • Other 0.3%
0