A simple Drupal Recipe for installing and configuring the Gin admin theme and supporting base modules.
See https://www.drupal.org/files/issues/2023-10-01/Configuring%20Drupal%20to%20Apply%20Recipes.md
composer require kanopi/gin-admin-experience
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
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
- If the Gin Admin theme, and Gin Login module are currently enabled, installation will fail.