We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2317430 commit 470bf43Copy full SHA for 470bf43
src/Commands/PublishDashboard.php
@@ -37,8 +37,8 @@ public function __construct()
37
*/
38
public function handle()
39
{
40
- $this->callSilent('vendor:publish', ['--tag' => 'views' ,'--force']);
41
- $this->callSilent('vendor:publish', ['--tag' => 'public' ,'--force']);
+ $this->callSilent('vendor:publish', ['--tag' => 'views' ,'--force' => true]);
+ $this->callSilent('vendor:publish', ['--tag' => 'public' ,'--force' => true]);
42
43
$this->info('Copied Directory [komeyl/dashboard/src/Views] To [/resources/views/dashboard]');
44
$this->info('Copied Directory [komeyl/dashboard/src/Assets] To [/public/assets]');
0 commit comments