In the older version, php artisan make:auth exists. It doesnt now. To rectify, follow the below steps:
composer require laravel/ui
php artisan ui vue --auth
In the older version, php artisan make:auth exists. It doesnt now. To rectify, follow the below steps:
composer require laravel/ui
php artisan ui vue --auth