dbp/relay-authorization-bundle
config/bundles.php before DbpRelayCoreBundle:...
Dbp\Relay\AuthorizationBundle\DbpRelayAuthorizationBundle::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 after installation and every update of the bundle in order to create or update the database tables:
php bin/console doctrine:migrations:migrate --em=dbp_relay_authorization_bundle
How can I help you explore Laravel packages today?