Closed Kieryn19 closed 3 years ago
I look at my own setup and I see more methods than only GET and HEAD for my relationships. Can you do php artisan route:list
and share your api.php
?
Hi! Yeah, this is fully implemented and is covered by the automated test suite. Sharing your routing information would help resolve.
Closing due to lack of activity. Think the question was answered!
Hi,
I am looking to implement updating relationships (https://jsonapi.org/format/#crud-updating-to-many-relationships).
Is there a way to support this out of the box? I tried using the relationship routes however these only have GET and HEAD methods.