Cron Error

Hello,

Can anyone please help me with the cron job?
My Laravel website is running on php7.4 and it required a cron job like
*****/php_path -q / home/domain.com/public_html/artisan schedule:run 2>&1

How can i do this

Regards

Just open the website under cyberpanel and there you will see option named cron. Add new cron and paste the cron command you have for your script there.