Cron Manager doesn't accept commands
01-10-2016, 05:09 AM
(This post was last modified: 01-10-2016, 05:09 AM by vuks89.)
I can't add commands to Cron Manager.
I'm working with Laravel 5.2 and I need schedule:run artisan command executed every minute, but I can't do that as I receive this error
Now I know script is there since this works
but this doesn't
https://laravel.com/docs/5.1/scheduling
So is there a way of doing this through UI or should I hack it. In that case, where are cron jobs stored? Is it at
I'm on a Ubuntu 14.04
I'm working with Laravel 5.2 and I need schedule:run artisan command executed every minute, but I can't do that as I receive this error
Code:
Error: Your script does not appear to exist at that location.
Code:
mysite/artisan
Code:
mysite/artisan schedule:run
So is there a way of doing this through UI or should I hack it. In that case, where are cron jobs stored? Is it at
Code:
crontab -e
I'm on a Ubuntu 14.04