Creating Your Own Recipe
Recipe Structure
my_custom_recipe/
recipe.yml
config/
module_name.config_name.yml
another_module.another_config.ymlCreating the recipe.yml File
Basic Structure
name: 'My Custom Recipe'
description: 'A custom recipe that adds project-specific functionality to a Varbase site.'
type: 'Site'Defining Dependencies
Installing Modules
Configuration Actions
Setting Permissions
Including Configuration Files
Complete Example
Applying Your Recipe
For Recipes in the Project Directory
For Recipes Installed via Composer
Publishing Your Recipe
Best Practices
Last updated