zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 217 forks source link

laravel 5 intergration #722

Open obonyojimmy opened 8 years ago

obonyojimmy commented 8 years ago

How would one integrate the foundation-apps once installed in a laravel application using npm ,installed in node_modules directory ?

seckt0r commented 8 years ago

I second that question.

dmgctrlr commented 8 years ago

Third

tunecino commented 8 years ago

F4A is built with angularJs which is one of the best on designing single page applications. If your laravel app is not yet made then I would recommend building a backend server API that communicates with the F4A frontend app using REST. check this SO post it is about the Yii Framework but applies to Laravel too.

Here is also a not yet finished but working example (at least in chrome for now) The Yii app is stored in the backend folder and has nothing to do with the front app except dilevering & treating data in the way it was designed to. you can replace that folder with a Laravel app without modifying the frontend and you'll steal getting the same results.