Create first project in laravel 5.7

First, you have to install Laravel 5.7 by following the steps explained in here

Second scaffold the created project by running the command:

php artisan make:auth

This command should be run within the created project.