LoginSignup
0
1

More than 3 years have passed since last update.

「php artisan ui vue --auth」ができなかった時の解決法【メモ】【超初心者】

Posted at
$ php artisan ui vue --auth

上記を実行しようとしたところ、、、

エラー内容

「Command "ui" is not defined.」
スクリーンショット 2020-09-12 16.36.16.png

解決した方法

$ composer require laravel/ui "^1.0" --dev

このコマンドを実行してから
またさっきのをやってみたらできました

$ php artisan ui vue --auth

参考にしたサイト https://zukkokeblog.com/laravel6-auth

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1