We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273f9cf commit 0d3a936Copy full SHA for 0d3a936
src/Commands/LivewireMakeCommand.php
@@ -11,7 +11,13 @@ class LivewireMakeCommand extends Command implements PromptsForMissingInput
11
{
12
use LivewireComponentParser;
13
14
- protected $signature = 'module:make-livewire {component} {module} {--view=} {--force} {--inline} {--stub=}';
+ protected $signature = 'module:make-livewire
15
+ {component : The name of the component}
16
+ {module : The module to generate the class in}
17
+ {--f|force : Overwrite existing files?}
18
+ {--i|inline : Create inline component}
19
+ {--view= : The view file name}
20
+ {--stub= : Use a custom stub}';
21
22
/**
23
* The console command description.
0 commit comments