Merge pull request #264 from hultberg/patch-1

Removed mention of bower in koel:init command
This commit is contained in:
Phan An 2016-03-14 00:47:59 +08:00
commit 31ae219d7e

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