swisnl / json-api-server

Set up a JSON API in Laravel in just a few minutes.
MIT License
105 stars 18 forks source link

Route and controller method mismatch #9

Closed liepumartins closed 5 years ago

liepumartins commented 5 years ago

ERROR: Method App\Http\Controllers\Api\SampleController::destroy does not exist.

Routes have destroy(), but controllers have delete().

bbrala commented 5 years ago

Thanks for the issue, i've made a PR with a fix, it will be merged shortly.