Laravel 6 is the latest version of the most popular PHP framework for web development. It comes with a bunch of a new features and enhancements and will be the next LTS (Long Time Support) version instead of Laravel 5.5.
Laravel 6 is released on the date of September 3rd, 2019.
For v5.5, bug fixes will end on August 30th, 2019 but security updates will be made until August 30th, 2020.
This is a table from the official docs that displays the release dates and other important dates for the various versions of Laravel:
In this tutorial, we'll see the new features of Laravel 6, we'll learn how to generate a Laravel 6 project using Composer and how to build a CRM web application from scratch. We'll see how to configure a MySQL database for our app, create models, migrate our database and create controllers for exposing a REST API that will then be consumed from a Vue.js interface.
You'll also learn about the …
[Read more]