You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is project upgraded to laravel 11 form 10 recently, we tried to install the package, we add the LogViewer::auth in the AppServiceProvider but when we hit the url http://127.0.0.1:8081/log-viewer seems the $request->user() is empty.
Hello,
is project upgraded to laravel 11 form 10 recently, we tried to install the package, we add the LogViewer::auth in the AppServiceProvider but when we hit the url http://127.0.0.1:8081/log-viewer seems the $request->user() is empty.
We also tried with the gate but with the same issue.
With a dd
we receive true
Thanks
The text was updated successfully, but these errors were encountered: