manifest = json_decode(File::get($path), true); } } public function __get(string $path) { return Arr::get($this->manifest, $path, ''); } }