php - Laravel, any tips on how to load a specific controller or way to load a function -


I am creating a control panel to show online players count, online players rely on my Twitter Bootstrap Navbar Keep me

Check online players, then numbers the image above is an example of what I want .

I am using Laravel's cache to reload the online players for every 3minutes, and my current method of loading online players is that each controller has loader, any suggestions ? Is there a better thing / way to do this?

Is it able to do this? Or even see?


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -