Laravel was developed and created by Taylor Otwell as an attempt to give an excellent substitute for the older PHP framework named CodeIgniter. And this was because CodeIgniter did not offer such great features as support for built-in customer authentication and proper user authorization. In June 2011 Laravel released its first beta version, and later in the same month, Laravel 1 got released. Other than authentication, Laravel also has built-in support for localization, views, dealing with sessions, routing the request to the specific controller, and other amazing features.
Laravel Version Release History
Version | Released on |
---|---|
Laravel 1 | June 9, 2011 |
Laravel 2 | November 24, 2011 |
Laravel 3 | February 22, 2012 |
Laravel 4 | May 28, 2013 |
Laravel 5 | February 2015 |
Laravel 5.1 | June 2015 |
Laravel 5.2 | December 2015 |
Laravel 5.3 | August 23, 2016 |
Laravel 5.4 | January 24, 2017 |
Laravel 6 | September 3, 2019 |
Laravel 7 | March 3, 2020 |
Laravel 8 | September 8, 2020 |
Laravel 9 | February 8, 2022 |