Laravel Development Team is announcing that Laravel with version number 5.2.29 is already available to download.
What is Laravel ?
Laravel is .
Laravel was created to reduce application development time and to automate mundane tasks. Lots of documentation and tutorials are provided, all to ease the task of migrating to Laravel, and reduce the normal learning curve. Some of the principles and practices found in Laravel stem from other old, mature, and well respected projects like Sinatra, Ruby on Rails, and Microsoft’s ASP.NET MVC. Currently the framework is considered one of the most modern PHP frameworks around, right up there with Symfony and CakePHP. Since April 2015, the Laravel team also provides Lumen, a stripped-down version of Laravel, with only the basic features included, ideal for your smaller Web projects. Also as a sidenote, Laravel is famous for requiring the MCrypt PHP extension to work properly, so if you see an error message with your app or another app running on Laravel, check your server settings.
This is changelog for Laravel version 5.2.29 :
You can read the complete changelog and also download this latest version on their homepage: github.com