I would like to develop an iOS app that uses a little native code to wrap html pages for views. It will be an information app that downloads data.
I'm new to Laravel and PHP frameworks and I don't see how to work with Laravel's /app and /public folders inside a mobile app.
Has anyone figured out a way to do this?
Jim
Laravel is a PHP framework, so needs to run on a server - you can't put run a Laravel app on an iOS device, it needs to be hosted on a server.
Have your client iOS app to consume your Laravel API
Thank you for your responses. I'll probably use Phone Gap but may use the iOS web view for part of the app.
Laravel 4 (server-side API) & Ionic Framework (client-side/mobile app) & Phonegap Build = sorted.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community