| Package Data | |
|---|---|
| Maintainer Username: | mmeyer2k |
| Package Create Date: | 2016-02-23 |
| Package Last Update: | 2024-12-27 |
| Home Page: | |
| Language: | Blade |
| License: | MIT |
| Last Refreshed: | 2025-11-25 03:17:33 |
| Package Statistics | |
|---|---|
| Total Downloads: | 408,764 |
| Monthly Downloads: | 14,292 |
| Daily Downloads: | 596 |
| Total Stars: | 9 |
| Total Watchers: | 1 |
| 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();