dipesh79/laravel-fast-settings
最新稳定版本:2.0.0
Composer 安装命令:
composer require dipesh79/laravel-fast-settings
包简介
A lightweight, fast, file-based settings storage for Laravel applications.
README 文档
README
Laravel Fast Settings
Laravel Fast Settings is a lightweight, file-based settings manager for Laravel applications. It allows you to store, retrieve, update, and delete application settings stored in JSON files, with optional category-based separation and caching for performance.
Features
- Store settings in JSON files instead of the database.
- Support for multiple categories (e.g.,
general.json,payment.json). - Simple and intuitive API:
get,set,delete,clear,push. - Cache for ultra-fast reads.
- Supports single or multiple key deletions in one call.
Installation
Install the package via Composer:
composer require dipesh79/laravel-fast-settings
Official Documentation
Documentation can be found on my website.
License
Author
Support
For support, email dipeshkhanal79[at]gmail[dot]com.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-24