Laravel: Get started with REST API Route::Resource definitions

This is the first article I read to get up to speed with API Route::Resource. https://larachamp.com/a-beginners-guide-to-resource-routes-in-laravel/ They are a way to define more than one REST call into a single place Next, I wanted to look at an example of an API create function.   This is the function that allows to add a single record […]