[sulu/automation-bundle] Version 2 (#1943)

* Adding recipie for automation bundle

* Using the correct files
This commit is contained in:
mamazu
2026-02-11 23:09:05 +04:00
committed by GitHub
parent 62d29f1fb0
commit 7af66cb092
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,7 @@
sulu_automation_api:
resource: "@SuluAutomationBundle/Resources/config/routing_api.yml"
prefix: /admin/api
sulu_automation:
resource: "@SuluAutomationBundle/Resources/config/routing.yml"
prefix: /admin/automation
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,6 @@
* The <fg=green>SuluAutomationBundle</> is almost ready:
1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.
2. If the statements look fine to you, run the same command using <info>--force</> to execute them.
3. Make sure your user has all the necessary permissions for the <fg=green>SuluAutomationBundle</>.
* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluAutomationBundle/blob/2.0/Resources/doc/README.md</>