This was harder than I thought. Here is my approach and my solution. I've used JQuery and follwed the instructions on the Laravel documentation to solve the token detection problem after the form posts and display the result in a div. Here is my code: On the main page add this html meta tag:<meta name="csrf-tok... [...]
Read MoreWhen you start to develop an Angular JS application in the real world you will soon have to handle REST calls. When you call a service, you have to wait for the response. There can be a delay and the page is not always ready to show it. The Angular promise library helps you to github.com/kriskowal/qdocs.angul... [...]
Read More