Artisan command “make:auth” is not defined in Laravel 6

后端 未结 9 1233
长发绾君心
长发绾君心 2020-12-01 12:37

I have a problem when creating login/auth in Laravel 6. I typed \"make: auth\" in the terminal and I get an error \"Command\" make: auth \"appears not defined.\" Is there a

9条回答
  •  情话喂你
    2020-12-01 13:20

    Laravel verion 6.0

    1. composer require laravel/ui
    2. php artisan ui vue --auth

    these commands will help

提交回复
热议问题