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

后端 未结 9 1238
长发绾君心
长发绾君心 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:09

    Looks like L6 moves the Auth scaffolding into a separate package.

    https://laravel.com/docs/6.0/authentication

    Want to get started fast? Install the laravel/ui Composer package and run php artisan ui vue --auth in a fresh Laravel application.

提交回复
热议问题