Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanopi/gin-admin-experience

A simple Drupal Recipe for installing and configuring the Gin admin theme and supporting base modules.
https://github.com/kanopi/gin-admin-experience

do-not-archive drupal drupal-recipe internal-tool

Last synced: 4 months ago
JSON representation

A simple Drupal Recipe for installing and configuring the Gin admin theme and supporting base modules.

Awesome Lists containing this project

README

        

# Gin Admin Experience Drupal Recipe
A simple Drupal Recipe for installing and configuring the Gin admin theme and supporting base modules.

## Configuring Drupal for Recipes

See https://www.drupal.org/files/issues/2023-10-01/Configuring%20Drupal%20to%20Apply%20Recipes.md

## Installing this Recipe

`composer require kanopi/gin-admin-experience`

## Applying this Recipe

From your webroot run `php core/scripts/drupal recipe recipes/contrib/gin-admin-experience` and `drush cr`

If you have our Docksal command in your project, `fin recipe-apply gin-admin-experience`

## Unpacking this Recipe

To unpack this recipe's dependencies to your site's composer.json, in the root of your project run:

`composer unpack kanopi/gin-admin-experience`

If you have our Docksal command in your project, `fin recipe-unpack kanopi/gin-admin-experience`

## Known Issues

* If the Gin Admin theme, and Gin Login module are currently enabled, installation will fail.