SPA with L5 and Angular: Setting up the REST controller
Posted on 2 Apr 2015 by Amitav Roy
In this part we will set up the basic REST API points so that our Angular application can talk to these endpoints and fetch the data required. Also in this tutorial I will show you how we can use the Laravel query scope and how it can be very useful when we are building a query with the same set of conditions.