First, download the Laravel installer using Composer:
composer global require laravel/installer
Then
composer create-project laravel/laravel="5.7.*" ProjectName
by using"5.7.*"
you will be sure that you get all the latest patches in the 5.7 branch. And then:
php artisan make:auth
for installing auth scaffolding.
Provide database access in “.env” file and then:
php artisan migrate
I would like to introduce two packages for Laravel that I have recently developed: Laravel Pay Pocket, a modern multi-wallet package, and Laravel Failed Jobs, a UI for the Laravel Failed Jobs Table. I hope they may be of help to you.
https://github.com/HPWebdeveloper/laravel-pay-pocket
https://github.com/HPWebdeveloper/laravel-failed-jobs