Breaking

Code Gripper
Responsive Advertisement
  • Home
Home

Laravel PackageManifest.php: Undefined index: name

byMahabubur Rahman -February 03, 2022
0

 Try this, it worked for me, in the following file:

vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php

Find this line and comment it:

$packages = json_decode($this->files->get($path), true);

Add two new lines after the above commented line:

$installed = json_decode($this->files->get($path), true);
$packages = $installed['packages'] ?? $installed;


Source : stackoverflow.com
  • Facebook
  • Twitter

You may like these posts

Post a Comment

Previous Post Next Post

Follow Us

Popular Posts

MySQL

How to add 'created_at' and 'updated_at' columns?

byMahabubur Rahman-September 21, 2022

How to enable CORS on Django REST Framework

November 12, 2022

Like or Like Query MySQL

December 26, 2021

Laravel redirect back with success message

January 10, 2022

Subscribe Us

Facebook

Categories

Main Tags

Code Gripper

September 30, 2023

Total Pageviews

Search This Blog

CODE GRIPPER

Code Gripper
CODE GRIPPER

  • Home
  • Python
  • PHP

Menu Footer Widget

  • Home
  • About
  • Contact Us
Code Gripper

About Us

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's.

Categories

Main Tags

Latest Posts

Most Popular

How to add 'created_at' and 'updated_at' columns?

September 21, 2022

How to enable CORS on Django REST Framework

November 12, 2022

Like or Like Query MySQL

December 26, 2021
Design by Blogger | Distributed by Gooyaabi
  • Home
  • About Us
  • Contact Us
  • RTL Version

Contact Form