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
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:
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?
Most helpful comment
Same case, iam using laravel 7x...
is it stable now?