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

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

    • composer require laravel/ui
    • php artisan ui bootstrap --auth

    • npm install --global cross-env

    • npm install --no-bin-links
    • npm run dev

提交回复
热议问题