I am trying to run this command in laravel 5.2 but it\'s not working.
php artisan make:auth
and prompts with these statements.
<
If you using >5 version of laravel then you will use.
composer require laravel/ui --dev **or** composer require laravel/ui
And then
php artisan ui:auth