I'm trying to work with cron for the first time and trying to create a very simple scheduled task.
I 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 it in 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 I gave php artisan serve
but he did not run the inspire command