php artisan make:auth is now deprecated… however it’s a simple fix.
Instead of using
$ php artisan make:auth
We need to use:
$composer require laravel/ui --dev $ php artisan ui vue --auth $ php artisan migrate $ npm install $ npm run dev
php artisan make:auth is now deprecated… however it’s a simple fix.
Instead of using
$ php artisan make:auth
We need to use:
$composer require laravel/ui --dev $ php artisan ui vue --auth $ php artisan migrate $ npm install $ npm run dev