mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* add yiggle/form-wizard-bundle # Conflicts: # yiggle/form-wizard-bundle/0.1/config/packages/yiggle_form_wizard.yaml # yiggle/form-wizard-bundle/0.1/post-install.txt * add newlines * update to tabs
33 lines
824 B
Plaintext
33 lines
824 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> Yiggle Form Wizard Bundle Installed! 🧙♂️ </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
<fg=cyan>Next steps:</>
|
|
|
|
<fg=yellow>1.</> Import the admin integration in your Sulu admin app
|
|
|
|
import 'yiggle-form-wizard-bundle';
|
|
|
|
<fg=yellow>2.</> Rebuild the Sulu admin assets
|
|
|
|
bin/adminconsole sulu:admin:update-build
|
|
|
|
|
|
<fg=cyan>Optional styling:</>
|
|
|
|
import 'yiggle-form-wizard-bundle/assets/styles/form_wizard.css';
|
|
|
|
|
|
<fg=cyan>Database:</>
|
|
|
|
bin/console doctrine:migrations:migrate
|
|
|
|
|
|
<fg=cyan>Configuration:</>
|
|
|
|
config/packages/yiggle_form_wizard.yaml
|
|
|
|
|
|
<fg=green>You're ready to start building form wizards! ✨</>
|
|
<fg=gray>Docs: https://github.com/yiggle/form-wizard-bundle</>
|