mdbootstrap / adminlte-laravel

A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
MIT License
1.81k stars 508 forks source link

Not Working Composer Install "acacha/admin-lte-template-laravel": "5.0.5" #434

Closed JoseLuis21 closed 3 years ago

JoseLuis21 commented 4 years ago

Error 15-10-2020!

The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems) Unzip with unzip command failed, falling back to ZipArchive class Failed to download acacha/admin-lte-template-laravel from dist: The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems): ZipArchive::extractTo(/var/www/vendor/composer/7189160f/acacha-adminlte-laravel-0c77332/public/plugins/License.txt): failed to open stream: File exists Now trying to download from source

manelgavalda commented 4 years ago

Hello Jose, What version of Laravel are you using? Can you clear composer cache and try it again:

composer clearcache
JoseLuis21 commented 4 years ago

Hello Jose, What version of Laravel are you using? Can you clear composer cache and try it again:

composer clearcache

Not working thanks

manelgavalda commented 4 years ago

Sorry, but I'm unable to reproduce the error. What version of Laravel are you using?