V4.0.2 breaks the File Manager after a composer update if the basset does not have the Elfinder files in the cache.
Steps to reproduce error:
php artisan optimize:clear && php artisan basset:clear
composer require backpack/filemanager:4.0.2
How i temporary solve it.
php artisan optimize:clear && php artisan basset:clear
composer require backpack/filemanager:4.0.1
V4.0.2 breaks the File Manager after a
composer updateif the basset does not have the Elfinder files in the cache.Steps to reproduce error:
How i temporary solve it.