sheptianbagjautama / laravel-inventory-stock

Membangun Aplikasi Inventory Stok Menggunakan Framework Laravel 5.7
42 stars 28 forks source link

Eror saat install composer #6

Open zh4r11 opened 3 years ago

zh4r11 commented 3 years ago

sorry, ada yg tau ini kenapa?

image

budikawira commented 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)