LoginSignup
0
0

More than 1 year has passed since last update.

Laravelでログイン機能を入れる

Posted at

1 アプリのバックアップをしておく

2 認証機能をインストールする

1 Laravel/ulパッケージをインストールする

ターミナル
アプリ$composer require laravel/ui

2 パッケージを用いて認証機能を追加する

ターミナル
アプリ$php artisan ui vue --auth
ターミナル(結果)
アプリ$do you want~

*ここはyesにする!

3.CSSを適用させる

ターミナル
アプリ$npm run dev

→完成!

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