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 还没有评估数据。