Replies: 1 comment
|
Glade you like it. Feel free to create an issue for this and share a code snippet for replicating the issue. Most helpers do not need any special support code as long as the PHP engine has proper support for annotations, but the auth() one is a bit of a special case. Try using it like this instead: auth()->guard()->user()->Another option is: auth('web')->user()->(assuming your configured auth guard is 'web') |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey there!
Awesome job building this, excited to move from PHP Tools to this given the huge speed and performance wins. I did notice this:

Is there any support coming or is this something I need to enable to get working? Thank you
All reactions