Answers for "script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error"

PHP
0

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

updating in file  vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php
$installed = json_decode($this->files->get($path), true);
$packages = $installed['packages'] ?? $installed;
Posted by: Guest on April-10-2021

Code answers related to "script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error"

Browse Popular Code Answers by Language