ash-jc-allen / short-url

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

feat(config): allow override connection #214

Closed tuskcode closed 1 year ago

tuskcode commented 1 year ago

Allow override connection with an option in config/short-url.php without breaking changes.

it is useful when you use this package in an application with more than one connection that changes dynamically (such as a multitenat environment), but you always want to use the same connection

ash-jc-allen commented 1 year ago

Huge thanks for this @tuskcode! 😄