I don't know exactly what you're after, or why, but the most likely answer will be you own Terminable Middleware
Jan 30, 2024
2
Level 1
Run the command after load filament page
What is the best way to execute the command or job
example: Artisan::call(Run HealthCheck Command::class);
after every Page load (example \health-check-results)?
I read about this feature: filamentphp.com/docs/3.x/panels/configuration#applying-middleware
but I thought that maybe there is another function (on Page/BasePage class) or Event/Listeners hat I can use.
Please or to participate in this conversation.