Open zh4r11 opened 3 years ago
bisa update file vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php
cari line sbb: $packages = json_decode($this->files->get($path), true); terus dihapus atau di-comment
kemudian ganti jadi line sbb: $installed = json_decode($this->files->get($path), true); $packages = $installed['packages'] ?? $installed;
referensi: (https://stackoverflow.com/questions/61177995/laravel-packagemanifest-php-undefined-index-name)
sorry, ada yg tau ini kenapa?