Help Paste: http://help.laravel.io/3db0611b1ee9ef70d9e12480f6b3f9b41f8cdd11
My Problem: Hello, I created new Artisan command and I registered in app/start/artisan.php. When I run in SSH, its okey. But when I use with CRON JOBS its return this error: There are no commands defined in the "bot" namespace.
Error: [InvalidArgumentException]
There are no commands defined in the "bot" namespace.
My Cron Job: php -f /home/temeltr/artisan bot:haber7
My problem fixed. I changed cron job to
cd /home/temeltr && /usr/bin/php5-cli artisan bot:haber7
Thank you man! you gave end to a horrible week looking for the problem!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community