alexusmai / laravel-file-manager

File manager for Laravel
MIT License
1.13k stars 290 forks source link

Modal UI error after updating bootstrap 5.3.2 #368

Closed minhkhoablieu closed 9 months ago

minhkhoablieu commented 10 months ago

After upgrading bootstrap 5.3.2, there will be an error displaying the modal image

To fix this error, you need to add the modal class after fm-modal

image

alexusmai commented 10 months ago

Hi, upgrade to v3.1.1 and don't forget to update assets

// js, css
php artisan vendor:publish --tag=fm-assets --force
minhkhoablieu commented 10 months ago

I ran that command but it still doesn't work