Add flex recipe for SuluFormBundle

This commit is contained in:
Luca Rath-Heel
2020-08-28 12:26:35 +02:00
parent 04a0d635c9
commit c05ae4cd6d
4 changed files with 31 additions and 0 deletions
@@ -0,0 +1,9 @@
sulu_form:
mail:
from: "%sulu_admin.email%"
to: "%sulu_admin.email%"
sender: "%sulu_admin.email%"
framework:
esi: true
fragments: true
@@ -0,0 +1,4 @@
sulu_form_api:
resource: "@SuluFormBundle/Resources/config/routing_api.yml"
type: rest
prefix: /admin/api
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Sulu\\Bundle\\FormBundle\\SuluFormBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
+10
View File
@@ -0,0 +1,10 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* The <fg=green>SuluFormBundle</> 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>SuluFormBundle</>.
* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluFormBundle/blob/master/Resources/doc/index.md</>