D
D
Dimkin14472019-03-02 13:52:59
Task Schedulers
Dimkin1447, 2019-03-02 13:52:59

Is it possible to cron laraver with wget?

Tell me how to run cron on isp manager Tried: wget -O /dev/null -q " domen/artisan schedule:run" doesn't work. Still very new to this.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2019-03-02
@procode

Yes, this ispmanager is better))
Do it better through a regular cron and follow the instructions: https://laravel.ru/docs/v5/scheduling#start
Do you have an Ubuntu operating system?
https://help.ubuntu.ru/wiki/cron
PS And in any case, as far as I understand, this "domen/artisan schedule:run" should be written as "php /abs/path/to/artisan schedule:run" - that is, specify php and specify the absolute path to the folder with artisan

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question