ash-jc-allen / short-url

A Laravel package for creating shortened URLs for your web apps.
MIT License
1.25k stars 158 forks source link

Laravel 11 compatibility #283

Closed andymitrich closed 3 months ago

andymitrich commented 3 months ago

Hey, Ash, could add some changes to Installation step, because of Laravel 11 uses different method for registering providers? To use ShortUrl you should add AshAllenDesign\ShortURL\Providers\ShortURLProvider::class to providers.php in bootsrap dir.

ash-jc-allen commented 3 months ago

Hey @andymitrich! To my knowledge, if you're using package auto-discovery (which I think is enabled by default), you shouldn't need to manually register the provider yourself 🙂

ash-jc-allen commented 3 months ago

I'm going to close this issue, but please give me a shout if you're still running into any problems 🙂