Laravel PackageManifest.php: Undefined index : name 1


Laravel-Package-Manifest-php-Undefined-index-name

 

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.