tarfin-labs / laravel-config

Key value config management for Laravel
MIT License
16 stars 3 forks source link

publish the LaravelConfig class and the Model #37

Open DTS-And-Eaglepoint-Funding opened 8 months ago

DTS-And-Eaglepoint-Funding commented 8 months ago

hey i love this package but i want to be able to add traits to the Model such as SoftDeletes , auditing , and caching i also want to be able to add/edit the functions used for adding/changing the keypairs wethere its updating the description by id or disable caching on some functions or get the audit results i think the LaravelConfig class would work better if it was a trait of the Model and the Model was publishable then it would be easy to add or change any of the functions