glide-laravel
glide-laravel copied to clipboard
Laravel 11 Compatibility Update
Hi author,
I have successfully updated the composer.json to be compatible with Laravel 11. Please review the pull request and merge it if everything looks good.
Thank you, James
could this be merged 🙏
is this gonna be merged? thanks!
I don't think there will be any updated on the package since it has been untouched for 9 years. This PR itself is a good and I made a fork myself and took these changes to get composer to install packages.
For people coming to this issue, do this:
- Make fork from this package
- Update the files based on this PR
- Put this to your
composer.jsonand make sure you havedev-masteras version forglide-laravel
"repositories": [
{
"type": "git",
"url": "https://github.com/<your-reposity>/glide-laravel/"
}
],
Of you go!
Finally, I had to use flysystem 3 myself, because I am using AWS v3.