Computing

Is Laravel suitable/mature enough for enterprise web applications?

Submitted by 0x1994, , Thread ID: 77086

Thread Closed
0x1994
Novice
Level:
0
Reputation:
0
Posts:
20
Likes:
1
Credits:
29
25-02-2018, 03:00 AM
#1
Hello everyone,

Like the thread title says, 'Do you think that Laravel is suitable for enterprise web applications'? Last semester, I educated myself Laravel and I really loved it. It allowed me to create MVP's and other websites within no-time.

Unlikely, whenever I googled on it, people said that Laravel was not a mature framework to build enterprise web applications. Both my school as the place where I do my practise, they see and use ASP.NET MVC5 as the default framework (for enterprise applications).

I'm curious to your opinion Smile

RE: Is Laravel suitable/mature enough for enterprise web applications?

hardsshah
Newbie
Prime
Level:
0
Reputation:
0
Posts:
14
Likes:
0
Credits:
7
13-03-2018, 06:43 AM
#2
Yeah,
It has been used for big apps in the past, so we already know its true.
Also I think Laravel is good for any app that PHP is good for. And its really up to you once youre passed the Controller, you have total freedom to do whatever you want to do.
And also I think Laravel is kind of uniquely qualified and better at making big apps than other PHP offerings right now, for a few reasons. One, because theres dependency, complexity, and Laravels Dependency Injection Container is really good. When youre talking about complex apps, youre also talking about background jobs processing, and Laravel has the only baked-in queue system out of any major framework in PHP. And then theres, of course, Event Broadcasting feature and others that are more on the big app side.
So not only can it be used for big apps, its uniquely better for big apps than other alternatives in PHP, for those reasons.

And I think its a little misleading because Laravel is easy to get started with. But at the same time it also scales up with your needs.

Users browsing this thread: 1 Guest(s)