-
Notifications
You must be signed in to change notification settings - Fork 27
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
Custom endpoint for handler #40
Comments
Hope that helps you just a bit? |
I'm totally aware of this fact! creating new posts works like a charm! but we do need custom routes, as the But I do think that the laravel-jsonapi plugin should provide some basic steps to allow this. |
I think there's a valid point in adding the ability to make extensions to this library. I personally do not have any suggestions on how to do this at the moment, but if you have any ideas to kickstart a discussion I am very willing to take part in that +1 |
Hi,
is there any way we can add some custom endpoints to a specific handler?
I'm talking about
POST /posts/
for creating elementsPOST /posts/<<ID>>/duplicate
for duplicating a specific elementWhen defining a second POST-route I always end up calling the same
handlePost()
method. Is there any solution for this scenario?The text was updated successfully, but these errors were encountered: