gpt4 book ai didi

php - 从 Laravel Controller 调用 shell 命令?

转载 作者:可可西里 更新时间:2023-11-01 12:24:19 29 4
gpt4 key购买 nike

是否可以从 Laravel Controller 调用 Shell 命令(例如用于转换图像)?如果是那么如何。我在互联网上搜索过。似乎没有什么相关的。

最佳答案

您可以使用 Symfony 提供的 Process 组件:http://symfony.com/doc/current/components/process.html

该组件由 Laravel 自身使用,因此您无需通过 composer 单独安装它。只需添加 use Symfony\Component\Process\Process; 到你的文件。

如果您使用它(而不是 php 的 exec() 函数),您将能够对调用 shell 命令的代码进行单元测试。

关于php - 从 Laravel Controller 调用 shell 命令?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26527091/

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