DEV Community

Distributed laravel apps

Omar Ajmi on April 20, 2018

I have an idea of a project and i am thinking about creating a distributed laravel web application, the idea is decomposing the application into ...
Collapse
 
sam_ferree profile image
Sam Ferree

You're talking about a microservice architecture.

In theory it's possible with any stack, but it looks like the recommended route for laravel devs is to use Lumen: belitsoft.com/laravel-development-...

Collapse
 
omarajmi profile image
Omar Ajmi

thats what i thought, to use lumen instead..and you confirmed it thank you man