Can Craft be used with conjunction with other framework (Laravel) or its a standalone solution?
- 1This 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– Mats Mikkel Rummelhoff2016-02-15 09:23:22 +00:00Commented Feb 15, 2016 at 9:23
- Relevant: craftcms.stackexchange.com/questions/14849/…, craftcms.stackexchange.com/questions/17359/…Matt Stein– Matt Stein2017-05-09 22:25:25 +00:00Commented May 9, 2017 at 22:25
1 Answer
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.