frameworks - Building an app with Yeoman + Laravel -


i build application using laravel backend , yeoman build , manage frontend. know quite few of these technologies.

i did not found lot of worflows explain how communicate between separate laravel app , yeoman app (on different servers e.g). maybe cors option.

is ever try separate backend , frontend (with these technologies)?

yeoman not front end framework - rather application scaffold generating starting point front end.

angular js preferred option when using laravel backend. can use yeoman set angular front end using this:

https://github.com/yeoman/generator-angular

an excellent tutorial series helped me lot when setting angularjs talk laravel here:

https://github.com/davemo/end-to-end-with-angularjs

included quite extensive explanation on angularjs security.

the laravel backend should setup api in first instance accept requests, heres starting point setup basic api in laravel laracon 2013

https://github.com/akuzemchak/laracon-todo-api

laracasts has great series building api's:

https://laracasts.com/series/incremental-api-development

laracasts paid subscription service recommend laravel beginners/intermediates


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -