I ran this command in Laravel 5.2 but it's not working:
php artisan make:auth
And prompts with these statements:
[InvalidArgumentException]
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
Can someone please help me with this?