Schedules of laravel in cpanel, shared server

0

I am trying to register the Schedule to execute the commands that are already created, but they are not executed, I register them from a cron task I have used several ways

    /usr/local/bin/php /home/findelmu/findelmundoremates/artisan schedule:run >> /dev/null 2>&1

/usr/local/bin/php-cli /home/findelmu/findelmundoremates/artisan schedule:run >> /dev/null 2>&1

/usr/local/bin/php-cli -q /home/findelmu/findelmundoremates/artisan schedule:run >> /dev/null 2>&1

php-cli /home/findelmu/findelmundoremates/artisan schedule:run >> /dev/null 2>&1

I show the file structure in the image, I welcome any suggestion

Here I put them as I am adding the cron task

    
asked by Eder Daniel Valcarcel Vanegas 24.11.2018 в 00:53
source

0 answers