Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

othmannl's avatar

Auto Reload page every 30 second

Hello, I have a web application that shows Registered reservations, but it will shown on a screen that no one uses, so it has to refresh every time by itself, how can I add that in the code?

0 likes
5 replies
othmannl's avatar

I want only to do it for one page, if i do it on the blade i extend alway, it will refresh all pages so can i do it in the html in stead of the ?

sr57's avatar

Do not use the standard extend, ie don' t use any extend or create a special one.

Please or to participate in this conversation.