Good afternoon, I created a command in laravel to do a cronjob function, the next step would be to edit the cron file with the following command:
crontab -e
Then insert the line: * * * * * php / path / to / artisan schedule: run> > / dev / null 2 > & 1
As it is in the documentation, however when typing the crontab -e command the response I get from the console is:
'crontab' is not recognized as an internal command or external, operable program or batch file.
Could someone help?