2

Can Craft be used with conjunction with other framework (Laravel) or its a standalone solution?

Matt Stein
  • 4,006
  • 3
  • 26
  • 57
Michael
  • 21
  • 2
  • 1
    This is a very broad question – it'd be helpful if you could add a specific example (or two), describing what you hope to achieve by pairing Craft and Laravel. – Mats Mikkel Rummelhoff Feb 15 '16 at 09:23
  • Relevant: https://craftcms.stackexchange.com/questions/14849/existing-website-written-in-php-zend-framework, https://craftcms.stackexchange.com/questions/17359/researching-craft-cms-but-we-are-a-net-shop?rq=1 – Matt Stein May 09 '17 at 22:25

1 Answers1

6

Craft is frequently used in conjunction with other applications/frameworks. How one would use Craft in coordination with a Laravel application, and whether that would be a good idea, depends on the specific use case.

Most frequently, Craft is used to serve a content API that other applications can consume. Additionally, it's common to se Laravel apps used as an intermediary to broker integrations between the CMS and external services.

In any case, there's no specific technical limitation that would prevent Craft and Laravel from being used in conjunction with each other.

Michael Rog
  • 3,420
  • 1
  • 18
  • 27