mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
Merge pull request #264 from hultberg/patch-1
Removed mention of bower in koel:init command
This commit is contained in:
commit
31ae219d7e
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…
Add table
Reference in a new issue