Call shell commands from Laravel controller?

后端 未结 2 744
别那么骄傲
别那么骄傲 2021-02-14 12:15

Is it possible to call Shell commands (e.g for converting images ) from Laravel controller? If yes then how. I have searched on internet. Nothing seems relevant.

2条回答
  •  无人共我
    2021-02-14 13:03

    It all depends on what operating system you are using. php already has a few functions to execute shell commands.

    Laravel has a build in task runner for ssh commands.

提交回复
热议问题