develop your backend as a package and then require it in each of the projects.
You would still need to visit each project and update its dependencies, but this could be scripted.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello Laravel Experts,
I would like to develop a universal backend (CMS-like) app in Laravel that will be used for the administration of future web sites.
Everything is fine when I talk about one web site, but my plan is to develop a separate Laravel application that will be my universal backend and attach that code to different front ends.
The technical question is, I have sites 1, 2, and 3; I would like to have the same backend but a different frontend. I can deploy 2 laravel apps as final product on same db and every site will have same backend app + unique forntend and additional db tables.
It is possible to deploy that backend and have some sort of git or composer-like process that will update all backends (something like the composer requirements for Livewire) on all of my websites.
Thank you a lot for your ideas in advance...
Please or to participate in this conversation.