0
Guys I’m trying to work with cron for the first time and trying to create a very simple scheduled task.
was looking at the documentation and saw that this command needs to be executed
* * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1
I ran him into the terminal like this:
* * * * * php /var/www/html/mail-with-cron schedule:run >> /dev/null 2>&1
with the directory of my project and then gave a php artisan serve
but he didn’t execute the inspire command
Like this the mail-with-cron/app/console/Kernel.php file inside?
– Mauricio Wanderley Martins