事象:下記ログインユーザー取得時にエラー
controller.php
$user=Auth::user();
結論:以下をコントローラーに追加する
controller.php
use Illuminate\Support\Facades\Auth;
バージョン | |
---|---|
Laravel | 6.20.37 |
MySQL | 5.7.34 |
PHP | 7.4.21 |
Go to list of users who liked
More than 3 years have passed since last update.
事象:下記ログインユーザー取得時にエラー
$user=Auth::user();
結論:以下をコントローラーに追加する
use Illuminate\Support\Facades\Auth;
バージョン | |
---|---|
Laravel | 6.20.37 |
MySQL | 5.7.34 |
PHP | 7.4.21 |
Register as a new user and use Qiita more conveniently
Go to list of users who liked