Meet Laravel: features, wonders and milestones
Laravel is one of the most popular PHP open-source frameworks. It was initially intended to become a more efficient substitute for CodeIgniter. The later did not contain authentication and authorization support, and it was a major turn off as for more and more websites logging in and signing up was a must. Since 2011, Laravel went from beta-version that was not even MVC-structured, to the improved and complex framework as it is now.
view
Symfony: pros and cons, and examples of projects
Another top-notch cross-platform PHP framework that is especially good for large project development. If you have an urge to implement complex features for a long-term basis - better go for Symfony. It provides multi-user and multi-language content, text search, and interface patterns. It works with a good ol’ Model-View-Controller and allows numerous plugins for any additional task. With such great popularity, the framework has strong community support and constant updates.
view