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 f9506c7 commit 8ddb81eCopy full SHA for 8ddb81e
src/Commands/MakeCommand.php
@@ -21,7 +21,7 @@ class MakeCommand extends Command
21
protected $signature = 'make:table
22
{name : The name of your Livewire class}
23
{model? : The name of the model you want to use in this table }
24
- {--V|view : We will generate a row view for you}
+ {--view : We will generate a row view for you}
25
{--force }';
26
27
/**
0 commit comments