gpt4 book ai didi

php - 从 laravel 4.2 Controller 运行 Artisan 命令

转载 作者:可可西里 更新时间:2023-11-01 00:58:14 25 4
gpt4 key购买 nike

我正在尝试从 Controller 执行一些自定义 artisan 命令,例如

Artisan::call('php artisan MyCustomCommand');

但是当我执行的时候它工作正常

来自 CLI 的 php artisan MuCustomCommand

我已经在 app/start/artisan.php 中注册了命令。甚至 Artisan::call('php artisan --help'); 也不工作。

最佳答案

你应该从你的 Controller 运行这样的 artisan 命令。示例:

 Artisan::call('migrate:install');

所以不用 Artisan::call('php artisan MyCustomCommand');

你应该做的

Artisan::call('MyCustomCommand');

这是 documentation

希望对你有帮助:)

关于php - 从 laravel 4.2 Controller 运行 Artisan 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35125338/

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