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 15578fa commit 3b67edcCopy full SHA for 3b67edc
src/Commands/Init.php
@@ -9,7 +9,7 @@
9
10
class Init extends BaseCommand
11
{
12
- protected $group = 'Modules';
+ protected $group = 'Codeigniter Vite';
13
protected $name = 'vite:init';
14
protected $description = 'Initialize codeigniter vite module';
15
src/Commands/Remove.php
class Remove extends BaseCommand
protected $name = 'vite:remove';
protected $description = 'Remove codeigniter vite generated files and settings';
0 commit comments