-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with guard in new Blade Directives #20162
Comments
@khanhvu14 What do you mean?
|
Same error I described here: #20114 |
You are using it wrong.
This is the correct way. |
@joshmanders I can make it work the other way |
@khanhvu14 @joshmanders @it-can #20166 should fix this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
@auth
logged
@endauth
I have a error with $guard is null
Steps To Reproduce:
In my project I fixed:
@auth('web')
logged
@endauth
In new Blade Directives, set default $guard = 'web'.
The text was updated successfully, but these errors were encountered: