VsBlogsNow shows us how to make Ajax Requests using Laravel.

laravel ajax

AJAX: Asynchronous JavaScript and Xml. It is a way to communicate with the server from javascript and get responses from server and display it’s result in real time.

It is what is used by many big websites like facebook for like, comment. How does that like immediately appear or that comment you wrote on your friend’s post immediately showing at last your comment without reloading and saving the comment in the database. It’s all done via Ajax request and shown in real time. That’s what makes it more awesome.