Bundle Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
This framework provides a Symfony bundle that will help you to use the components within your Symfony application.
Symfony Flex recipes are provided through a dedicated repository. It is highly recommended to add this repository before installing the bundle.
Then, you can install the bundle or the complete framework:
If you don't use Symfony Flex, you must register the bundle manually.
The first steps are:
The creation of your
The creation of your .
You may also want to configure the other options offered by the bundle. Please refer to the .
Now you have a fully configured bundle, you can protect your routes and manage the user registration and authenticatin through the .