Resource Controllers

Building a Laravel 4 RESTful API - Part 1

Over the last several months I have been building a RESTful API. One of the first challenges I came across was determining the best structure in terms of URI endpoints. The first place I started was doing some research on…