1// Settng Cron in AWS
2// type command "crontab -e" and paste the below formatted line
3* * * * * /pathToYourPhp /pathToArtisan/artisan schedule:run >> /dev/null 2>&1
4// for example * * * * * /usr/bin/php7.4 /var/www/html/testproject/artisan schedule:run >> /dev/null 2>&1
5