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
-
NarkoCat2895yI don't get people hating in any programming language. Besides I don't see why php is so bad? And yes I like Laravel also.
-
Hel8y3375y@NarkoCat Mostly Zend Expressive nowadays, with other dependencies like Doctine2, Symfony Serializer, Zend Service Manager and some own packages for scheduling and executing background tasks. Basically, Zend Expressive allows us to create a setup with the dependencies we need, instead of those provided by a framework.
As for Laravel, I do understand why it is popular. It is easy to learn and it really has a lot resources available. I prefer dependency injection over the facade pattern (and Laravel abuses it very well). I've worked with the ActiveRecord pattern in CodeIgniter years ago, but I really prefer a DataMapper like Doctrine2 so that my domain remains clean. And in general I really hate all the static method calls.
But yeah, you can create simple applications with it really fast. But what happens when they release a new Laravel version every 2 years and the lifetime for your application is 10+ years? Good luck with maintenance!
Related Rants
I love Laravel.
Have a good day :)
rant
laravel