Artisan command make:auth
not found
#40005
Answered
by
dinhquochan
virtual-designer
asked this question in
Q&A
-
Hi, I have installed laravel with composer:
But when I run How to fix this issue? |
Beta Was this translation helpful? Give feedback.
Answered by
dinhquochan
Dec 13, 2021
Replies: 1 comment
-
Laravel remove command |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
virtual-designer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Laravel remove command
make:auth
. You can install packagelaravel/ui
it's includedmake:auth
. But, It is outdate. You should uselaravel/breeze
package orlaravel/jetstream
package instead.