-
Notifications
You must be signed in to change notification settings - Fork 107
Class api-v1 does not exist #32
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
Comments
Hi! Bit difficult to diagnose based on what you've put, but I strongly suspect that you've got a middleware referenced as The demo app use of You can see that the group includes the JSON API middleware which is Does that help? |
That was it! Thanks a lot! Altho I couldn't find anywhere in the wiki something related to that, during the configuration/installation. |
Yeah, I need to write the wiki - haven't had time yet. |
I think I'm having a similar issue, except mine says:
So it's trying to find /routes/api.php
Kernel.php (middleware groups):
json-api.php:
I think that Laravel 5.3, by using the |
@roberttolton what's in your |
@lindyhopchris Ah, indeed, it's the below:
|
Should I change the |
Totally up to you. If you only have one api, then probably just do all the JSON API stuff under the |
Hi, I'm getting this error for some reason while trying to access the index route of a model.
I'm using laravel 5.3 and the routes are set up differently compared to the demo project.
The text was updated successfully, but these errors were encountered: