Auto publish assets
This commit is contained in:
parent
41d2eed47f
commit
bfd67a573c
|
|
@ -55,7 +55,7 @@ class Install extends Command
|
|||
|
||||
// running `php artisan vendor:publish --all`
|
||||
$this->warn('Step: Publishing assets and configurations...');
|
||||
$result = $this->call('vendor:publish', ['--all']);
|
||||
$result = $this->call('vendor:publish', ['--all' => true, '--force' => true]);
|
||||
$this->info($result);
|
||||
|
||||
// running `php artisan storage:link`
|
||||
|
|
|
|||
Loading…
Reference in New Issue