Matthew Daly wrote a good tutorial on how to build a Phonegap App With Laravel 5 and AngularJS.

phonegap Laravel

In this series of tutorials I’ll show you how I might build a Phonegap app. The work involved will include:

Building a REST API using Laravel to expose the data

Building an admin interface to manage the data

Building a Phonegap app using Angular.js

Testing and deploying it

In the process we’ll cover issues like authentication, authorization, real-time notifications and working with REST APIs. Note that we won’t cover the app submission process - you can find plenty of resources on that. We will, however, be using Phonegap Build to build the app.

Part 2

http://matthewdaly.co.uk/blog/2016/09/18/building-a-phonegap-app-with-laravel-and-angular-part-2/?utm_source=learninglaravel.net

Part 1