Closed rozpuh closed 1 year ago
Same here. Waiting for Laravel 10 update...
Up still waiting for Laravel 10 support
Waiting
Waiting =)
Temporary solution :
composer.json
, add this{
...
"require": {
"unisharp/laravel-filemanager": "dev-master"
},
...
"repositories": [
{
"url": "https://github.com/itsourov/laravel-filemanager.git",
"type": "git"
}
]
...
}
composer install
or composer update
should do the job.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
Laravel 10 support has been added in v2.6.0
. Thanks to @weiliang79 .
Can't install on Laravel 10