I created an instance of the elastic beanstak from amazon AWS,
and my laravel project inside it is located in the /var/www/html folder.
I opened crontab with the following command - "EDITOR = nano crontab -e" and installed the command below -
'* * * * * /usr/bin/php /var/www/html/artisan schedule: run 1>> / dev / null 2>&1'...
But after that it still did not work .., simply cron does not work, Am I missing anything?
Also, just to check, the command you gave in your initial post has a space between schedule: and run Is this the same in your crontab? If so, there should not be a space here
"Does /var/log/messages exist?" -
No, messages does not exist in this folder.
And also does not have that space in my crontab, it was only when I gathered in the creation of the discussion.