Laravel: Scheduled command not getting executed in development environment
I am working on a Laravel project and have created a command with signature 'process:pending-reports'. When I run this using: php artisan process:pending-reports, it does the needful i.e. the script gets executed. I have now added this to the schedule()…