mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
7 lines
524 B
Plaintext
7 lines
524 B
Plaintext
* 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/2.x/Resources/doc/index.md</>
|