Run the Laravel Scheduler without Relying on Cron
"Laravel's native scheduler relies on cron to be executed every minute. It's rock solid and in most cases you should stick to using it.
If you want to simulate the scheduler running every minute in a test environment, using cron can be cumbersome. This package provides a command to run the scheduler every minute, without relying on cron. Instead it uses a ReactPHP loop."ποΈ
Spatie
@spatie_be