Removed metion of bower in koel:init command

This commit is contained in:
Edvin Hultberg 2016-03-13 13:29:23 +01:00
parent 313d9c8fc1
commit b108af5d7c

View file

@ -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`.");