Cookie

This site uses tracking cookies used for marketing and statistics. Privacy Policy

  • Home
  • FAQs
  • Can I use Symfony components inside a Laravel application?

Can I use Symfony components inside a Laravel application?

Yes. Because Laravel is already built on Symfony components, pulling in additional Symfony components within a Laravel application is natural. Teams commonly add Symfony Messenger for advanced message handling, Symfony Workflow for state machines, or the Serializer component when they need its specific capabilities, all inside a Laravel app. This lets you keep Laravel's productivity and ecosystem for the bulk of the application while reaching for a specific Symfony component where it is the best tool, without committing to Symfony as the whole framework.