2017 © Pedro Peláez
 

package laravel-redis-ui

Redis content management system for laravel application

image

feikwok/laravel-redis-ui

Redis content management system for laravel application

  • Monday, July 9, 2018
  • by softfish
  • Repository
  • 1 Watchers
  • 3 Stars
  • 53 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 11 Versions
  • 33 % Grown

The README.md

Latest Stable Version Total Downloads License, (*1)

laravel-redis-ui

Redis UI for Laravel, (*2)

When we are dealing with redis database, we often need to install a different application for a user interface to view or maybe manipulate the data, say for testing purposes., (*3)

This package will provide an interface for user to management the redis database with their Laravel application. The features included in this package are:, (*4)

  • Select a database connection on your Redis server
  • Search/Filter by:
    • Key
    • Content/ Value
  • Reset filter
  • Pagination on results
  • Create a new record (key + content)
  • Edit an existing record (content only)
  • Delete an existing record

Requirement

  • PHP 7.0+
  • Redis Server, which configured in you laravel application
  • Laravel 5.3+
  • Vuejs 2.0+
  • Vuex 2.0+

Installation

First we need to install Vuex, (*5)

Vuejs CDN has been included to the default template. But Vuex are not. So you might want to install Vuex first on your machine., (*6)

npm install vuex --save

Or otherwise, you can modify the default template to include the CDN for Vuex., (*7)

<script src="/path/to/vuex.js"></script>
or
<script src="/path/to/vuex.js@2.0.0"></script>

Add and install the package with the follow command to your laravel application, (*8)

composer require feikwok/laravel-redis-ui

Update the config/app.php file to include the following line in 'providers' section, (*9)

Feikwok\RedisUI\LaravelRedisUIServiceProvider::class,

At last make sure you publish the resources to your public folder, (*10)

php artisan vendor:publish

Thats should be all. Happy coding!, (*11)

The Versions

12/09 2017

v1.1.3

1.1.3.0

Redis content management system for laravel application

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fei Kwok

laravel ui redis

11/09 2017

v1.1.2

1.1.2.0

Redis content management system for laravel application

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fei Kwok

laravel ui redis

06/09 2017
05/09 2017
04/09 2017