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.
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.