Laravel PackageManifest.php: Undefined index : name
1
If you get this error in the terminal then update the composer by running the following command:
composer update
Now run any command like- php artisan cache:clear to check if the error still there.
You will see that error has been resolved.