Package Data | |
---|---|
Maintainer Username: | mmeyer2k |
Package Create Date: | 2016-02-23 |
Package Last Update: | 2024-01-23 |
Home Page: | |
Language: | Blade |
License: | MIT |
Last Refreshed: | 2024-11-22 15:03:00 |
Package Statistics | |
---|---|
Total Downloads: | 262,462 |
Monthly Downloads: | 10,596 |
Daily Downloads: | 171 |
Total Stars: | 9 |
Total Watchers: | 3 |
Total Forks: | 1 |
Total Open Issues: | 0 |
RedisTree is a Laravel 5 package that provides an elegant web interface for Redis. It helps you monitor your server statistics and explore your Redis key/value pairs hierarchically.
Screenshots
composer require "mmeyer2k/redistree:dev-master"
Add the following line into the 'providers' array in config/app.php
'Mmeyer2k\RedisTree\RedisTreeServiceProvider',
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();