rawilk / laravel-settings

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

Add custom value serializer support #31

Closed rawilk closed 1 year ago

rawilk commented 1 year ago

PR adds support for using custom value serializers. Also adds an alternative JsonValueSerializer to json_encode and json_decode values in storage instead of using php's serialize and unserialize functions.