cviebrock / eloquent-sluggable

Easy creation of slugs for your Eloquent models in Laravel
MIT License
3.88k stars 461 forks source link

Laravel 11 Preparation #608

Closed fulopattila122 closed 7 months ago

fulopattila122 commented 7 months ago

Rationale

This PR prepares the Laravel 11 support of this package. Although Laravel 11 hasn't been released yet, some package maintainers (like myself :slightly_smiling_face:) have already been preparing for the upcoming Laravel 11 release.

Some of the packages and apps I maintain depend on this package. Having this PR merged will help me and others keep testing with the soon-to-be-released Laravel 11 version.

How

Cheers!

cviebrock commented 7 months ago

Thank you!