diff --git a/app/Console/Commands/Reload/AllCommand.php b/app/Console/Commands/Reload/AllCommand.php index a5ea781..f709cf3 100644 --- a/app/Console/Commands/Reload/AllCommand.php +++ b/app/Console/Commands/Reload/AllCommand.php @@ -46,6 +46,8 @@ public function handle(): void $this->call('seed:demo'); } + $this->call('reload:media'); + $this->call('storage:link', [ '--force' => true, ]);