0

win i run this cod i have this error

C:\Users\Administrator\Mettco1>  * * * * * php /c/Users/Administrator/Mettco1/artisan schedule:run >> /dev/null 2>&1

The system cannot find the path specified.

Jignesh Joisar
  • 13,720
  • 5
  • 57
  • 57

1 Answers1

0

This is for setting up your schedule, so you need to add this your server crontab type crontab -e from your server terminal and paste that code there, for setting up the cron.

But if you want to test on the local server just run the artisan command that you have added to the scheduler

user7747472
  • 1,874
  • 6
  • 36
  • 80