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 d965fb1 commit b35fad0Copy full SHA for b35fad0
src/Commands/Init.php
@@ -34,7 +34,7 @@ public function __construct()
34
public function run(array $params)
35
{
36
# Module start.
37
- CLI::write('Installing Codeigniter Vite Plugin 🔥⚡', 'white', 'cyan');
+ CLI::write('Initializing Codeigniter Vite Plugin 🔥⚡', 'white', 'cyan');
38
CLI::newLine();
39
40
# Set framework.
@@ -58,7 +58,7 @@ public function run(array $params)
58
$this->updateEnvFile();
59
60
# Everything is ready now.
61
- CLI::write('Codeigniter vite has succussfuly installed ✅', 'green');
+ CLI::write('Codeigniter vite initialized successfully ✅', 'green');
62
63
CLI::write('run: npm install && npm run dev');
64
0 commit comments