laravel make auth not working code example
Example 1: Command "make:auth" is not defined. Did you mean one of these? make:cast
composer require laravel/ui --dev
php artisan ui vue --auth
Example 2: artisan make auth
composer require laravel/ui
php artisan ui vue --auth
Example 3: php artisan make:auth laravel 8 not working
composer require laravel/ui
php artisan ui vue --auth
php artisan migrate