I want to make an API first application in Laravel. I don\'t know what is the best approach to do this, I will explain what I am trying to do, but please feel free to give a
Checkout Laravel's RESTful controllers:
http://laravel.com/docs/controllers#restful-controllers
Their docs do a pretty good job.
But even better is this tutorial:
http://code.tutsplus.com/tutorials/laravel-4-a-start-at-a-restful-api-updated--net-29785