Laravel-filemanager: Installation failed, reverting ./composer.json to its original content.

Created on 1 Apr 2020  路  5Comments  路  Source: UniSharp/laravel-filemanager

Hi,
I am new on laravel and using laravel 7.3.0..When I try to install the laravel file manager by command its not working and showing me this error..

Installation failed, reverting ./composer.json to its original content.

Is there have anyone who can help me to solve this problem?
Thanks in advance

Most helpful comment

Same case, iam using laravel 7x...
is it stable now?

All 5 comments

Hi,
Version 2 of this package for Larval 7.x is still not stable!
Please wait...

Hi Hmoradian
thanks for your information..
If version 2 is not stable for laravel 7 then which version I can use now and how I can install the older version..Sorry I am new on laravel..Trying to learn..Thank you..

Hi, Add this line manually to "require" section to "composer.json" file:

"require": {
    ...
    "unisharp/laravel-filemanager": "^1.9",
    ...
},

and then run this command in cmd:

composer update

This version of package will install successfully but when dump autoload some Errors!!! will be occurred :(
So there are two more ways:

  1. Return Larval's version of your project to 6.x.
  2. Wait for version 2 of this package to be stable for Laravel 7.x.

Good Luck

Thank you so much hmoradian..I installed the laravel version 6 and Now its working perfectly fine..

Same case, iam using laravel 7x...
is it stable now?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lukaszevo picture lukaszevo  路  4Comments

maorkavod picture maorkavod  路  5Comments

ikkosatrio picture ikkosatrio  路  4Comments

Dzhangar1980 picture Dzhangar1980  路  4Comments

lunadiotic picture lunadiotic  路  3Comments