Baljeet Singh wrote a nice tutorial on how to use Laravel and AngularJS together.

Angularjs and Laravel

Laravel & Angularjs works really well together, if used in a correct way. In this Laravel & Angularjs Series, we will be creating an app where Laravel will be used for creating an API and Angularjs for consuming that API.

This series is aimed at those, who want to completely separate their frontend and backend. This is the most common use case in hybrid app development using phonegap or ionic framework.

So without further due, let’s get started with the Laravel Part.