You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered Laravel and Lumen. I want to create a clean API. I would like to implement JSON API. I tested your library.
I discovered some errors in the documentation.
For the controller, it would indicate the need to put the controller in the directory "app/Http/Controllers/Api".
Since the namespace of the controller is not correct. There must be "App/Http/Controllers/Api".
In the routing Laravel should be added Road :: resource ('orders', 'OrdersController');
The text was updated successfully, but these errors were encountered:
Hello,
I discovered Laravel and Lumen. I want to create a clean API. I would like to implement JSON API. I tested your library.
I discovered some errors in the documentation.
For the controller, it would indicate the need to put the controller in the directory
"app/Http/Controllers/Api"
.Since the namespace of the controller is not correct. There must be
"App/Http/Controllers/Api"
.In the routing Laravel should be added
Road :: resource ('orders', 'OrdersController');
The text was updated successfully, but these errors were encountered: