LoginSignup
0
0

More than 3 years have passed since last update.

ログイン機能で詰まった箇所のメモ

Posted at

Laravle6.x/7.x/8.xのログイン実装コマンドの違い

Laravel6 / Laravel7 / Laravel8 ログイン画面作成

1. laravel/uiをインストール
ターミナル
#Laravel6.x 
composer require laravel/ui:^1.0 --dev
#laravel7の場合
composer require laravel/ui:^2.4
#laravel8の場合
composer require laravel/ui

2. ログイン機能作成

ターミナル
php artisan ui vue --auth

参考

【ver6.x】https://laravel.com/docs/7.x/frontend#introduction
【ver7.x】https://laravel.com/docs/6.x/frontend#introduction
【ver8.x】https://laravel.com/docs/8.x/upgrade#updating-dependencies

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