$result->toArray(), $runner->runAll()); $path = storage_path('app/generated/shadow-comparisons/job-'.$this->module.'-'.now()->format('Ymd-His').'.json'); File::ensureDirectoryExists(dirname($path)); File::put($path, json_encode(['results' => $results], JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES)); } }