login to your aapanel, then go to cron page from sidebar
we need to fill up to thing to work cron job properly
This is how it will look when the cron configuration is OK. Now hit the add cron button, then click on execute. If it shows success, that means it is working fine.
/www/server/php/{php_version}/bin/php /www/wwwroot/{your_domain}/core/artisan
schedule:run 1>> /dev/null 2>&1
That’s all for now.