brknesn's avatar

Laravel vs Lumen for REST Api

Hey guys, I want to build an api for my e-commerce system but I'm not sure that which one I should choice. Performance is really important. I will use oAuth2 for authentication. Api includes some features only;

Product, Order, Customer (CRUD)

0 likes
1 reply
Shahrukh4's avatar

My personal suggestion goes for Lumen if you want fast response and have not too many things in project. If there are only CRUDoperations then you must go for Lumen. If it is a huge application then you can try Laravel for that.

1 like

Please or to participate in this conversation.