https://github.com/fourkitchens/sous-admin
A recipe that contains modules, themes, and configuration for the Sous administration experience
https://github.com/fourkitchens/sous-admin
Last synced: 4 months ago
JSON representation
A recipe that contains modules, themes, and configuration for the Sous administration experience
- Host: GitHub
- URL: https://github.com/fourkitchens/sous-admin
- Owner: fourkitchens
- License: mit
- Created: 2024-04-02T16:20:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T14:45:42.000Z (about 1 year ago)
- Last Synced: 2025-10-19T19:07:23.420Z (8 months ago)
- Size: 33.2 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sous Admin Drupal Recipe
A recipe that contains modules, themes, and configuration for the Sous administration experience.
## 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 fourkitchens/sous-admin`
## Applying this Recipe
If you used the Sous Project as your starterkit:
- `lando install-recipe fourkitchens/sous-admin`
Manually applying the recipe to your own project:
From your webroot run:
- `php core/scripts/drupal recipe recipes/sous-admin`
- `drush cr`
- `composer unpack fourkitchens/sous-admin`