mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Removed metion of bower in koel:init command
This commit is contained in:
parent
313d9c8fc1
commit
b108af5d7c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class Init extends Command
|
|||
$this->comment('Data seeded -- skipping');
|
||||
}
|
||||
|
||||
$this->info('Executing npm install, bower install, gulp and whatnot');
|
||||
$this->info('Executing npm install, gulp and whatnot');
|
||||
system('npm install');
|
||||
|
||||
$this->comment("\n🎆 Success! You can now run Koel from localhost with `php artisan serve`.");
|
||||
|
|
Loading…
Reference in a new issue