mmeyer2k/redistree
最新稳定版本:1.0.2
Composer 安装命令:
composer create-project mmeyer2k/redistree
包简介
A clean Redis web interface for Laravel 5
README 文档
README
RedisTree is a Laravel package that provides an elegant web interface for Redis. It assists you in monitoring your server statistics and exploring your Redis key hierarchy.
Requires PHP 7.3+
Installation
Add to Composer
composer require "mmeyer2k/redistree:dev-master"
Add Service Provider
Add the following line into the providers array in config/app.php
Mmeyer2k\RedisTree\RedisTreeServiceProvider::class,
Register Routes
To allow for full customization of the URL and security mechanisms employed, routing to the RedisTree controller is left to the developer.
To serve the GUI from /redistree without any kind of security, add the following stub to your routes.php file.
\Mmeyer2k\RedisTree\RedisTreeModel::registerRoutes();
Security
Place the registerRoutes() call within a protected route group to provide authentication flexibility.
Features
- Ability to choose what characters represent keyspace separators.
- Toggleable prompting before destructive actions.
- Simple integration with existing Laravel 5 applications.
- Elegant and intuitive interface.
统计信息
- 总下载量: 427.67k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-03