jimchen / laravel-settings
Store your application settings
Fund package maintenance!
spatie
spatie.be/open-source/support-us
Requires
- php: >=7.2
- ext-json: *
- doctrine/dbal: ^2.6|^3
- laravel/framework: ^6.0|^7.0|^8.24.0
- phpdocumentor/type-resolver: ^1.4
- spatie/data-transfer-object: ^1.0|^2.0
- spatie/temporary-directory: ^1.2
Requires (Dev)
- barryvdh/laravel-ide-helper: <=2.9.0
- mockery/mockery: ^1.3|^1.4
- orchestra/testbench: ^4.0|^5.0|^6.0
- phpunit/phpunit: ^8.5
- predis/predis: ^1.1
- psalm/plugin-laravel: ^1.3|^1.4
- spatie/phpunit-snapshot-assertions: ^3.0|^4.2
Suggests
- ext-redis: PHP extension for interfacing with redis
- predis/predis: Flexible and feature-complete Redis client for PHP and HHVM
This package is auto-updated.
Last update: 2024-12-11 16:19:44 UTC
README
This package allows you to store settings in a repository (database, Redis, ...) and use them through an application without hassle.
Description
Fork from spatie/laravel-settings, just make it can be run in PHP7.2, Laravel 6.x and MySQL 5.6.
If you are running a version of MySQL older than the 5.7.7 release or MariaDB older than the 10.2.2 release, please check here.
If you have any questions, idea or bugs, please go to spatie/laravel-settings.
If you don't know how to use, please go to here.
License
The MIT License (MIT). Please see License File for more information.