I am trying to run this command in laravel 8.* but it's not working.
php artisan make:auth
I got error like
Command "make:auth" is not defined
Did you mean one of these?
make:test
make:request
make:migration
make:seeder
make:middleware
make:controller
make:provider
make:policy
make:event
make:console
make:job
make:listener
make:model
make:command
also I tried to solve with
composer require laravel/ui
php artisan ui vue --dev
php artisan ui vue --auth
I got this error
Your requirements could not be resolved to an installable set of packages.