I'm following the laravel documentation to create a Scheduler, but I'm trying hard. Could someone give a light?
In this command:
php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1
I understand that path-to-your-project
would be the path of my project, in other words, I could go into the project folder and only execute php artisan schedule:run >> /dev/null 2>&1
, right?
But the terminal informs you that the path does not exist.
The path of my project is c:\projetos\marcelo\painel
and even where the artisan file is located.