You could use jQuery or Zepto (many other javascript libs can do it aswell)
Basicly you listen to the submit event of the form (javascript in your case) then prevent it, modify your data (validate aswell) as u wish, then let the prevented event go along, then your laravel project should have a route specified in the form, get the data, validate, handle it with the query builder or with a model, and make a response to the ajax call.
here is a video about it: https://www.youtube.com/watch?v=mMMz-p-N8rs
dont forget to validate your data either in client side and server side.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community