laravel-settings
laravel-settings copied to clipboard
Store Laravel application settings in the database.
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @tspencer244 in...
### Laravel Settings 3.3.0 ### Laravel Version v10.26.2 ### Bug description Not sure if I'm doing something wrong, or this isn't supported? The documentation doesn't seem to specify. ```php Settings::context($model->context())->set('test',...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.2.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.2.0 What's Changed Bump actions/create-github-app-token from 1.9.0 to 1.10.0 by @dependabot in dependabot/fetch-metadata#523 Bump actions/create-github-app-token from 1.10.0 to...
### Laravel Settings latest ### Laravel Version 11.x ### Bug description I am trying to get all settings for a user. ```php $user = Auth::user(); dd($user->settings()->all()); ``` Returns an empty...
### Feature Description ### Override Config Values You can easily override default config values by adding them to the override option in config/setting.php, thereby eliminating the need to modify the...
Seems like the `down()` method is missing.
### Laravel Settings 3.4 ### Laravel Version 11 ### Bug description The query should escape the slashes in the context values. I'm passing a class name as value in a...
### Laravel Settings v3.4.0 ### Laravel Version v10.10 ### Bug description Error message when running either vendor:punlish tags described in the documentation produces "No publishable resources for tag [settings-migration]" I...