https://scotch.io/tutorials/create-a-laravel-and-angular-single-page-comment-application https://scotch.io/tutorials/build-a-time-tracker-with-laravel-5-and-angularjs-part-1 https://scotch.io/tutorials/build-a-time-tracker-with-laravel-5-and-angularjs-part-2
I think it was the best approach of I know. Hope it helps.
yes a good start, but there are a few things not quite right.
the retrieving of the data out of the database via RestFULL API gives wrong Angular DateTime (solved with last post)
the sending of update or store via PUT is not working, think input is NULL or again DATETIME isue...
otherwise all links in the post of "appkr" are nice en very good readable.
Hope someone can help me with second (2) isue, first (1) isue i solved.
Have you tried using ngResource? It has all the REST methods available so you basically just give it an endpoint and data.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community