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

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

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`