-
Notifications
You must be signed in to change notification settings - Fork 144
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 Chrisbjr\ApiGuard\Http\Middleware\Auth not found #92
Comments
composer dump-autoload? If that doesn't work, can you paste your routeMiddleware class? |
It seems a when we put "use Auth;" after namespace at Http/Middleware/Apiguard.php will fix this issue. Do you think that is a bug??? |
Yes, it's a bug. |
gholol
added a commit
to gholol/api-guard
that referenced
this issue
Feb 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using Laravel 5.2 and getting this error Class Chrisbjr\ApiGuard\Http\Middleware\Auth not found
even though i added 'apiguard' to the routeMiddleware
The text was updated successfully, but these errors were encountered: