In this tutorial i’m going to solve this error The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems.
Error :-
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
Solution :-
composer clearcache
composer install
Thanks for reading.