I've to schedule a task in laravel 5.4. I'm using Xampp (php 7)
I'm running below command and adding a log message. But it is not running everyMinute().
It only run first time when I run this command.
php artisan schedule:run
Output: Running scheduled command: "E:\Xampp\php\php.exe" "artisan" send:sms > "NUL" 2>&1