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