Lumen make:command

前端 未结 3 786
遇见更好的自我
遇见更好的自我 2020-12-24 13:34

I\'m trying to execute code within my Lumen install via the command line. In full Laravel , I\'ve read that you can use commands to achieve this via \"make:command\", but Lu

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 13:51

    When you create your command class use this:

    Instead of what was described above about using serve command example

提交回复
热议问题