laravel-settings | Store Laravel application settings in the database | Database library
kandi X-RAY | laravel-settings Summary
kandi X-RAY | laravel-settings Summary
Laravel Settings allows you to store your application settings in the database. It works alongside of the built-in configuration system that Laravel offers. With this package, you can store application specific settings that wouldn't make sense to store in a configuration file, or that you want end-users to be able to update through your application's UI. The package also offers caching on a per-setting basis out of the box, so no unnecessary extra queries are performed once a setting has been retrieved. The caching works no matter which driver you choose to use. The package can also encrypt your settings automatically for you as well if you need to store sensitive data such as passwords for a third-party service you need to be able to use later.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Get value by key .
- Remove a setting .
- Get a value .
- Remove a setting .
- Get the facade accessor .
- Serialize a value .
- Unserialize a string .
- Generate a cache key .
laravel-settings Key Features
laravel-settings Examples and Code Snippets
Community Discussions
Trending Discussions on laravel-settings
QUESTION
In an application I am building, I want to include a few custom artisan commands for updating application config settings like the app name, and database connections. This is mostly because some people that will need to be able to modify these settings are not familiar with Laravel (some of them are still college students). So, I want them to be able to easily modify these settings by simply calling an artisan command.
A problem I am currently running into is that updating config settings using the config() function is not persistent. So, I did a quick search on the internet for a solution. I found this solution on a similar question here on Stack Overflow. However, when importing the library, composer notifies me that the project has been abandoned and it would be best to find a different solution.
So, is there another solution to help with this task?
Thanks in advance.
...ANSWER
Answered 2018-Apr-10 at 09:04This solution does not use artisan file but uses command line interface.
If python is available in your environment, you can move the settings to be modified to your .env file and than install "python-dotenv[cli]" package to modify them without changing your source code.
You can install the package via pip:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install laravel-settings
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page