LoginSignup
2
0

More than 3 years have passed since last update.

laravel 7.xでmake:authの代わりに打つコマンド

Last updated at Posted at 2020-03-22

結論:代わりに↓をコマンドラインに打ってください

composer require laravel/ui

php artisan ui vue --auth

laravel new blog --auth

ソース

laravel公式ドキュメント-該当ページ

きっかけ:php artisan make:authと入力したら「そんなコマンド無いよ」とlaravelがエラーメッセージを返した

今まで使ってたのが5系で、初めて7系で認証機能付けようとしたら↓のエラーが出ました。

 Command "make:auth" is not defined.

「あれ」と思って公式ドキュメント見たらmake:auth機能なくなってたことに気付きました。

2
0
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
2
0