How to add a range of data entry in the database with Laravel?

1

I'm having the following problem, any button in my project that takes the user to insert some information into the database, if it is pressed multiple times quickly (without giving the page time to update and display the data), it inserts several times the same since it was written in the inputs in the database.

I do not know if Laravel has something against such flaws, but if it does not, I think adding an interval of a few seconds or minutes for each next insert would solve, does anyone know a solution to this?

Laravel version used: 5.6

    
asked by anonymous 17.05.2018 / 15:12

0 answers