-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Class tymon.jwt.auth does not exist #925
Comments
in Kernel.php to $routeMiddleware array add |
I agree with what @vperminov has mentioned, but also one thing pending is to the middlewareGroups array looks like this
Adding the jwt.auth and jwt-refresh, you do not have to do anything else with the route, the api route can look with a simple middleware which looks like so
|
I think this issue can also be closed, everything works as expected in laravel 5.4. |
same problem Class tymon.jwt.auth does not exist.
core: 5.5.x. |
I am facing this issue and unable to run laravel. I have tried all the steps mentioned on #290 but still no luck.
The text was updated successfully, but these errors were encountered: