July 2018
Intermediate to advanced
420 pages
8h 46m
English
In order to maintain the consistency between this book's application and the moment in when you will use the example code, we will fix the Laravel version that will be installed in your environment.
So, let's continue with the following steps:
composer create-project laravel/laravel=5.6.12 project --prefer-dist
After using the previous command, you will see the following message on your Terminal window:
Generating optimized autoload files ...Read now
Unlock full access