nova-settings
nova-settings copied to clipboard
This Laravel Nova settings tool based on env, using nativ nova fields and resources
Hi! Great package, love it so far. I am trying to make the Nova repeater field work, it seems to work at first and the data is saved, however, it...
Hello, I updated today the to the version 1.1.0 and nothing works anymore 😉 The nova backend show only empty values and on the frontend I get the error message:...
Hi, I've followed all instructions but settings is not showing in left menu - can you help? https://share.getcloudapp.com/8Lu6GprO Thanks!
Updates the requirements on [tightenco/duster](https://github.com/tighten/duster) to permit the latest version. Release notes Sourced from tightenco/duster's releases. v3.0.1 What's Changed Add and update ref and repository in GH stubs by @driftingly...
If the settings model for the following call does not exist, the default value is returned as expected: `settings('app', 'some_value', 5000) // returns 5000` When the setting model does exist...
Could we add something like the following in the default Eloquent model event handlers, please? ```php $cacheKey = 'settings.' . $model->slug . '.' . $model->env; $configKey = 'nova-settings.storage.' . $model->slug...