nunomaduro / laravel-optimize-database

💨 Provides a good starting point for production-ready SQLite databases
https://laravel-optimize-database.vercel.app
MIT License
210 stars 7 forks source link

Move the package to main dependencies #4

Closed panda-madness closed 1 month ago

panda-madness commented 3 months ago

Since there is a service provider involved in the configuration the package should not be a dev dependency.

At least I think that's the case? Correct me if I'm wrong.