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 ?