laravel-config icon indicating copy to clipboard operation
laravel-config copied to clipboard

Key value config management for Laravel

Results 4 laravel-config issues
Sort by recently updated
recently updated
newest added

- ### Braking Change: Made the Models and Traits Publishable, so you can add SoftDeletes, auditing, and/or caching if you want (YOU MUST RUN THE INSTALLATION COMMAND) - ### Braking...

i found that if you change src/Casts/ConfigValueCast.php line 12 and line 24 from line 12: `public function get(Model $model, string $key, mixed $value, array $attributes)` to: `public function get($model, string...

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...

Publishing factories is not necessery since Laravel v6.12.0. So they can be loaded from package like models. [#31133](https://github.com/laravel/framework/pull/31133)