I just created a new project of laravel version 5.5 with the laravel installer.And run the command \"php artisan make:auth\".The views and controller are generated
Make sure your User.php model exist in app folder and fields must be define in this model.
User.php