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 am using some non-eloquent resources in my project.
When I POST new resouirces I get 200 codes instead of 201.
I did register a repository, implemented the CreatesResource contract and write a create() method implementation in my CrudResource.
Did I miss something ? Do you need a reproduction example ?
The text was updated successfully, but these errors were encountered:
That'll work for the current release. I think though I should update the create controller action so that it always calls didCreate as that would make sense for that controller action. I'll leave this issue open to remind me to make that change.
I am using some non-eloquent resources in my project.
When I POST new resouirces I get 200 codes instead of 201.
I did register a repository, implemented the
CreatesResource
contract and write acreate()
method implementation in myCrudResource
.Did I miss something ? Do you need a reproduction example ?
The text was updated successfully, but these errors were encountered: