Ask Question

Back
User Newbie
Mokrani 1 hour ago
Realtime fetching data

Hellooo :)

I'm newbie with laravel and i want to fetch data from database in realtime for my dashboard anaytics and i found a solution with ajax but it dosen't work if any one have a simple solution it will be helpful

Thank

19 3
User Pro
drewdan 1 hour ago

What exactly doesn't work with your ajax calls?

Also, WebSockets are a great solution for realtime data on a dashboard. Laravel offers this out of the box using broadcasting

Reply