Download the PHP package scriptingbeating/laravel-global-settings without Composer
On this page you can find all versions of the php package scriptingbeating/laravel-global-settings. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scriptingbeating/laravel-global-settings
More information about scriptingbeating/laravel-global-settings
Files in scriptingbeating/laravel-global-settings
Package laravel-global-settings
Short Description It stores all your laravel settings in database and provides a simple api to work with those settings. It also type cast your values into the specified format.
License MIT
Homepage https://github.com/scriptingbeating/laravel-global-settings
Informations about the package laravel-global-settings
Laravel Global Settings
It stores all your laravel settings in database and provides a simple api to work with those settings. It also type cast your values into the specified format.
Installation
You can install the package via composer:
Publish the migration:
Run your migrations:
You will get a table global_settings
in your database which mainly three columns
key
to store setting name, value
to store setting value and type
in which value should be type casted.
Supported Casting Type:
Usage
Or You can also use GlobalSetting
Facade.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Mohan Sharma
- All Contributors
License
The MIT License (MIT). Please see License File for more information.