gpt4 book ai didi

php - 在 Ubuntu 16.10 x64 上使用 Laravel 5.3 的 Cron 作业

转载 作者:太空狗 更新时间:2023-10-29 11:41:58 24 4
gpt4 key购买 nike

我正在运行 Digital Ocean 的 Ubuntu 16.10 x64,并在服务器上部署了 php Framework Laravel 5.3.28。在大多数情况下,一切都正常工作,但我正在尝试让 crontab 调用 artisan 命令,如 php artisan schedule:run 以便可以使用 laravel 的任务调度程序。

我不希望下载任何额外的包来完成这项工作,因为我觉得不应该真的需要这样做,因为 cron 可以调用,看起来像,任何编码正确的命令。

我正在尝试做的事情:

crontab -e 中,我正在尝试正确编写 Ubuntu 调用 php artisan schedule:run

的正确方法

我做了什么:

我目前尝试了多种不同的方式来编写此命令,但没有任何效果,如下所述:

#Attempt for cron
SHELL=/bin/bash
#PATH=????? <---Confused if this is even needed
* * * * * php /path/to/artisan scheduled:run 1>> file.log 2>&1
* * * * * /path/to/php artisan scheduled:run 1>> file.log 2>&1
* * * * * /path/to/php artisan scheduled:run >> file.log
* * * * * /path/to/php artisan scheduled:run 1>> file.log
* * * * * /path/to/php artisan schedule:run
* * * * * /path/to/php /path/to/artisan scheduled:run 1>> file.log

我已使用多种资源尝试找到答案,但似乎没有任何方法能解决我的具体问题。

资源:

结论:

在这一点上,我陷入了困境。有人可以帮帮我吗?我想做的就是使用 Ubuntu 的 cron 调用 php artisan 命令,但我不知道确切的方法。非常感谢任何帮助。

提前致谢

节日快乐!!

最佳答案

我们开始吧。这就是我的样子。 :)

* * * * * php/home/spacemudd/laravel/artisan schedule:run >>/dev/null 2>&1

关于php - 在 Ubuntu 16.10 x64 上使用 Laravel 5.3 的 Cron 作业,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41324164/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com