How to run command of the especific module? #1175
-
How to run command of the especific module? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you mean the commands of this package, like If you mean others Laravel native commands or the ones created by you, there is no way. They are registered in Service Provider, what makes then global. |
Beta Was this translation helpful? Give feedback.
-
I think the question is about |
Beta Was this translation helpful? Give feedback.
I think the question is about
module:make-command CommandHere ModuleName
, and the question is how would you add the created command to Kernel.php programmatically