manifest = collect(json_decode(file_get_contents($manifestPath), true)); } public function get(string $assetName) { return $this->manifest->offsetGet($assetName); } public function toArray() { return $this->manifest; } }