Skip to content

atillaphp/setup_dev_mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup Development Mode Recipe

A Drupal recipe to set up development mode

Description

This recipe installs and configures development related modules to ease development

Installation

To use this recipe in your Drupal project:

  1. Require the recipe in your composer.json:

    "require": {
        "atillaphp/setup_dev_mode": "*"
    }
  2. Run composer update to install the recipe.

  3. Apply the recipe:

    drush recipe recipes/setup_dev_mode

Requirements

Configuration

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

License

GPL-2.0-or-later

About

Drupal recipe to set up development related modules

Resources

Stars

Watchers

Forks

Packages

No packages published