2017 © Pedro Peláez
 

project redistree

A clean Redis web interface for Laravel 5

image

mmeyer2k/redistree

A clean Redis web interface for Laravel 5

  • Monday, February 12, 2018
  • by mmeyer2k
  • Repository
  • 1 Watchers
  • 6 Stars
  • 6,951 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

RedisTree

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., (*1)

Screenshots, (*2)

Requires PHP 7.3+, (*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, (*4)

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., (*5)

\Mmeyer2k\RedisTree\RedisTreeModel::registerRoutes();

Security

Place the registerRoutes() call within a protected route group to provide authentication flexibility., (*6)

Features

  1. Ability to choose what characters represent keyspace separators.
  2. Toggleable prompting before destructive actions.
  3. Simple integration with existing Laravel 5 applications.
  4. Elegant and intuitive interface.

The Versions

12/02 2018

dev-master

9999999-dev

A clean Redis web interface for Laravel 5

  Sources   Download

MIT

laravel redis