Laravel-filemanager: need to laravel 5.8 support

Created on 27 Feb 2019  路  15Comments  路  Source: UniSharp/laravel-filemanager

Laravel 5.8 has been realased and need to laravel 5.8 support

Most helpful comment

composer require unisharp/laravel-filemanager
this command install version 1.9 but i need to dev-master version or 2.00.alpha.7 or newer
please check it
thanks

All 15 comments

please help me
i need install lfm on laravel 5.8 and it's not install and have error.
check it and help me

@mdhosseini,

I am also hoping someone from the contributor/ admins will update the version tag for Laravel 5.8 support. I have to manually update the repository which takes time for individual projects.

@SHSharkar You were able to force Composer to install Laravel 5.8 with LFM? I'm trying to do this few hours and can't find anything how to do this.

Thank you

composer require unisharp/laravel-filemanager
Works on Laravel 5.8

@ujackson you are right! I guess all of use talking about version 2.0 alpha version.

composer require unisharp/laravel-filemanager
this command install version 1.9 but i need to dev-master version or 2.00.alpha.7 or newer
please check it
thanks

The composer.json should be adapted. Everywhere you see "5.4.* || 5.5.* || 5.6.* || 5.7.*", should become "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",

Here is pull request https://github.com/UniSharp/laravel-filemanager/pull/772 by @rsmalc

Now it enought to change composer.json like this (add repositories and require dev-master):

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/rsmalc/laravel-filemanager"
    }
],
"require": {
    "unisharp/laravel-filemanager": "dev-master",
    ...
}

when laravel 5.8 support add?

If the update is not coming soon, I'll have another idea or change my filemanager

@mdhosseini, If you have urgency, you can fork the repository or use the @arxeiss comment to override the repository source.

This might solve your problem temporarily till someone officially updates the version tag.

laravel 5.8 support add?

laravel 5.8 support add?

hi still not support laravel 5.8 and we are waiting for change.
i use another filemanager and wait for this filemanager update

I hope you can find some time to update this repository @streamtw
It's not possible to install this package (latest alpha version) on a fresh Laravel 5.8 installation. Any help appreciated 馃槈

I'm sorry for the late reply. v2.0.0-alpha8 has been released today. Please upgrade to this version.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DaxtonChen picture DaxtonChen  路  4Comments

fahadhowlader picture fahadhowlader  路  5Comments

maorkavod picture maorkavod  路  5Comments

anasmorahhib picture anasmorahhib  路  5Comments

intergalactisch picture intergalactisch  路  5Comments