I'm using Laravel. I'm trying to make a GET to a certain URL (http://localhost/user/check_token) every 5 mins.
I'm thinking:
But I'm curious if we can achieve this in Laravel itself.
Can we declare a route and make it self executed, or something like that?
Is my Python solution is the best practice for this kind of task?
Laravel way is:
Command is just a PHP class, so you can use all power of Laravel in it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With