# Register Bundle

If you're using Symfony Flex (opens new window), this step has been done automatically for you. If not, you can register the bundle yourself:

// config/bundles.php

return [
    // Other bundles ...

    EonX\EasySecurity\Bridge\Symfony\EasySecuritySymfonyBundle::class => ['all' => true],
];