# 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\EasyBatch\Bridge\Symfony\EasyBatchSymfonyBundle::class => ['all' => true],
];