Aug 6, 2018
0
Level 1
artisan schedule:run cpanel
Hi, i make 2 command the first command will move an image from storage/app/public to storage/app/folder, and the second command will upload any image on storage/app/folder to db, i already define my command in kernel.php and i start it with php artisan schedule:run and it goes well without any problem in my localhost, but then i need to run it on cpanel, someone told me to use cronjob but it failed, the command i use in cronjob is 'php /home/st4rse3d/laravel/artisan schedule:run >>/dev/null 2>&1' and setting it to run every 5 minutes but nothing happen, the image on storage/app/public didnt'move, can anybody tell me whats the problem is
thanks
Please or to participate in this conversation.