config/bundles.php before DbpRelayCoreBundle:...
Dbp\Relay\FormalizeBundle\DbpRelayFormalizeBundle::class => ['all' => true],
Dbp\Relay\CoreBundle\DbpRelayCoreBundle::class => ['all' => true],
];
If you were using the DBP API Server Template as template for your Symfony application, then this should have already been generated for you.
composer install to clear cachesRun this script to migrate the database. Run this script after installation of the bundle and after every update to adapt the database to the new source code.
php bin/console doctrine:migrations:migrate --em=dbp_relay_formalize_bundle
To create a demo form and grant access to it, run the following command.
php bin/console dbp:relay:formalize:demo-form
If there is an error, delete the demo form from formalize_forms and try again.
How can I help you explore Laravel packages today?