UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.04k stars 719 forks source link

Can't install on Laravel 10 #1185

Closed rozpuh closed 1 year ago

rozpuh commented 1 year ago

Can't install on Laravel 10

boranbar commented 1 year ago

Same here. Waiting for Laravel 10 update...

ilhamlutfi commented 1 year ago

Up still waiting for Laravel 10 support

itsourov commented 1 year ago

Waiting

superoleg commented 1 year ago

Waiting =)

itsourov commented 1 year ago

Temporary solution :

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

Please noted that if not change the unisharp/laravel-filemanager version to dev-master the composer will install the official version instead of local repository one.

Credit: @weiliang79

streamtw commented 1 year ago

Laravel 10 support has been added in v2.6.0. Thanks to @weiliang79 .