Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's horrible, right? It breaks so many conventions, doesn't comply with solid principles, uses magic methods and contract-breaking traits al over the place. Higher order messages are awfully implemented, Eloquent tightly couples DB queries to classes which are both entities and domain models, and PHP is horrifically unsuitable to cram in some half assed FP paradigm... I have too much hate for this mess of a framework 😤
-
Working on a >20 million line big project... you start to see that Laravel is a pretty uncoordinated ugly mess, with a sweet magical layer of icing.
The pretty stuff works great for small / medium sites... but not for large platforms. -
@n3xus Facebook managed... although they did build several abstraction layers on top and built their own interpreter.
Please, shoot me some alternatives though. What would you use for a complex statistical/aggregating backend with more than a million users.
I'm really curious what other people consider their "ideal" backend stack. ☺️
Related Rants
-
Badr9When I Googled a problem I faced, and found a YouTube video solving it, then tried to thumb 👍 it up, but Yo...
-
ogzet16That weak moment when I googled “how to invert a boolean”
-
baskoros244+ years of programming. Still have no clue how to make my own regex pattern. Every single time I need to, I...
Looking at laravels source code and organization
rant
wk88