Where does phonegap fit in inside a laravel project - development

Where does phonegap fit in inside a laravel project

Good day everyone. My application has a feature in which I use GPS in my project. And I recently find out that phonegap can help me with that. And that it is really cool since I can use my phone in previewing the application without deploying it on the cloud.

My question is this:

After creating a phonegap app I find out that :

  1. There are many folders such as hooks, platforms. etc in the project.

I’m using laravel as my backend since there is an admin panel that would use a computer/laptop.

  1. and how can I integrate the two technology. Should I put those folders inside the laravel project. I really don’t know what to do. Please help 🙂

    1. Laravel has blade and phonegap has www where would I put theenter image description here views. ?


from Laravel Questions and Answers https://laravelquestions.com/laravel/where-does-phonegap-fit-in-inside-a-laravel-project/
via Lzo Media

Comments

Popular posts from this blog

HTTP 401 Unable to create record Twillio PHP sdk 5.16 - development

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome