spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Add Laravel 11 Support #3539

Closed Jubeki closed 9 months ago

Jubeki commented 9 months ago

I also removed the dev-dependency doctrine/dbal because it seems it is no longer required. (It also hindered the installation of Laravel 11)

Nielsvanpach commented 9 months ago

Thanks!