rawilk / laravel-settings

Store Laravel application settings in the database.
https://randallwilk.dev/docs/laravel-settings
MIT License
185 stars 17 forks source link

Added support for larvael 11.x #58

Closed demianottema closed 8 months ago

demianottema commented 8 months ago

1️⃣ Is this something that is wanted/needed? Did you create an issue / discussion about it first? Yes, see #57 2️⃣ Does it contain multiple, unrelated changes? Please separate the PRs out. Nope, just 2 lines of code changed! 3️⃣ Does it include tests, if possible? (Not a deal-breaker, just a nice-to-have) Nope 4️⃣ Please include a thorough description of the improvement and reasons why it's useful. Well, to support the package for the early adopters! 5️⃣ Thanks for contributing! 🙌

rawilk commented 8 months ago

I'll merge this PR this time, however in the future remember to update the orchestra/testbench dev dependency, and the automated test runner configuration so tests are run in the new Laravel release environment.