Is Ajax call the best way to update a field every 5 seconds (Live) in Laravel? – Jquery ajax
I need to check the database if a new row is created for the user and show him a popup message. I should do it for every user, and it should happen without refreshing the page (Live). Shall I try…