Ranked in these QuestionsQuestion Ranking
Pros
Pro Large community
Sometimes your issue can be hard to find, but certainty it was already answered before.
Pro Good documentation
While hard to find, the Laravel's Docs and API documentation are very good.
Pro Fast learning curve
Laracast and other public resources can set up your learning curve as fast as possible.
Cons
Con Too much magic methods
The debug hell.
Con Low performance
Eloquent tries to do too much magic, it gets slower than some concurrents.
Con No own datamapping
You gotta install plugins to be able to map your eloquent models; or you can use mutators, that results in very ugly model classes.