Auto publish assets

This commit is contained in:
Glenn Hermans 2021-06-17 20:50:24 +02:00 committed by GitHub
parent 41d2eed47f
commit bfd67a573c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`