404labfr / 404labfr/laravel-impersonate
After Auth::user()->impersonate($otherUser) I'm getting logged out
未關閉
possible bug
- 主要語言
- PHP
- 星號
- 2.3k
- 分支
- 235
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I've installed the package as described and tried to impersonate other user.
But I'm always getting logged out.
Here is my code:
$anotherUser = User::find(9);
Auth::user()->impersonate($anotherUser);
return redirect()->route('dashboard');
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。