Download the PHP package soap/laravel-settings without Composer
On this page you can find all versions of the php package soap/laravel-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soap/laravel-settings
More information about soap/laravel-settings
Files in soap/laravel-settings
Package laravel-settings
Short Description Application settings storage and retrieval package
License MIT
Homepage https://github.com/soap/laravel-settings
Informations about the package laravel-settings
Application settings storage and retrieval package
This package lets you save and store application settings in database.
This package is 95% forked from qcod/laravel-settings. I made this one to acheive some goals that I cannot do with original package.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
You can change table name used to store application settings. Then you can publish and run the migrations with:
Usage
You can use helper function settings('app_name')
or Settings::get('app_name')
to use laravel settings. The later is via Facacde.
Available methods
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Prasit Gebsaap
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-settings with dependencies
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^9.0|^10.0