(04-02-2017, 12:11 PM)skunkbad Wrote: It's interesting the people that think Laravel features should be the norm. Why not just use Laravel? For me, I've had a few Laravel experiences now, and I keep coming back to CI as my favorite framework. I don't want CIravel, if you know what I'm saying.
I love CI and I think it's really nice as it was my 1st MVC framework , but I really like having middlewares too , they are not a Laravel concept , you can find them in many other non PHP frameworks such as Express js , Flask and Django ( in Python) , it is a nice concept that makes your code clear and neat !