A Drupal recipe to set up development mode
This recipe installs and configures development related modules to ease development
To use this recipe in your Drupal project:
-
Require the recipe in your composer.json:
"require": { "atillaphp/setup_dev_mode": "*" }
-
Run
composer update
to install the recipe. -
Apply the recipe:
drush recipe recipes/setup_dev_mode
- Drupal 11+
- Devel module [https://www.drupal.org/project/devel]
The recipe imports the following configuration:
- Enables block, help, gin_login and gin_toolbar modules
- Sets Gin as the admin theme
- Imports configuration for blocks
GPL-2.0-or-later