Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mikebronner's avatar

Laravel 4.3 Form Request AJAX

I thought I saw AJAX references in @JeffreyWay's video https://laracasts.com/series/whats-new-in-laravel-4-3/episodes/3 when perusing the Request class.

This is something I have been looking for for a long while. :) Anyone have any details on how to go about AJAX forms in this regard?

0 likes
3 replies
JeffreyWay's avatar

The only difference is that, rather than submitting the form to the service, you fire an AJAX request (using jQuery, Angular, whatever). The rest will happen automatically.

1 like
mikebronner's avatar

Thanks @JeffreyWay. Have you considered doing a lesson on AJAX? I haven't yet figure out the "right" way to do AJAX with Laravel. Everything I have done so far seems a bit "hackish" when it comes to the AJAX interactions. :)

Please or to participate in this conversation.