I'm having a problem adjusting all the parameters in cPanel's cron jobs. I have a job inside a app/Console/Commands/MyJob.php, a class that extends Command class and has implemented handle function for firing some emailing functionality.
I'm trying to figure out how to adjust a path (I'm quite certain this is an issue), when looking at documentation (https://laravel.com/docs/5.1/artisan) and reading through stackoverflow it seems that I need to run a artisan command. What is not clear is the "path/to/artisan". What is this path??
If you have SSH access, cd into your Laravel directory and use the pwd command to find the current path. Also, in the left hand column of cPanel, it lists the "Home Directory". That is the main directory before public_html.