drupal / velir_base
A recipe tailored to best practices for kickstarting a new Drupal 10 project by Velir.
1.0.0
2024-06-03 15:42 UTC
Requires
- drupal/config_ignore: ^3.0
- drupal/csp: ^1.0
- drupal/field_group: ^3.0
- drupal/gin: ^3.0
- drupal/gin_login: ^2.0
- drupal/gin_toolbar: ^1.0
- drupal/memcache: ^2.0
- drupal/menu_block: ^1.0
- drupal/metatag: ^1.0
- drupal/pathauto: ^1.0
- drupal/redirect: ^1.0
- drupal/robotstxt: ^1.0
README
This recipe is designed to do the following:
- Install certain parts of Standard install profile that we want
- Disable core modules we don't want
- Set specific contributed module configuration
- Provide a starting point for Drupal ready to develop features for without wasting too much time on the post-install ceremony.
Installing
- Start with a Drupal 10 site.
- Install the 'Minimal' profile.
- Apply the recipe
The recipe can be applied with PHP in Drupal 10.3+.
Execute this command from the web root:
php core/scripts/drupal recipe recipes/velir-base
Or by using ddev exec
ddev exec -d /var/www/html/docroot php core/scripts/drupal recipe recipes/drupal-base
If all goes well, you should see the following output:
[OK] Drupal Base applied successfully
Clear the cache after the recipe is applied. When going back to the site, all the recipe configuration and customization has been applied.