Matthew Daly wrote a good tutorial on how to build a Phonegap App With Laravel 5 and AngularJS. This is part 2 of the tutorial.

In this lesson, the initial scope of the app will be extremely simple. We will implement functionality that:

Allows users to log in and out Displays the home page That’s fairly simple, and easily achievable within a fairly short timeframe. We’ll also write automated tests for our app. By the end of this lesson, we’ll have built a first pass for our app using Angular.js.

phonegap laravel

Part 1

http://learninglaravel.net/learn-how-to-build-a-phonegap-app-with-laravel-and-angular-part-1

Part 2