Download the PHP package feikwok/laravel-redis-ui without Composer
On this page you can find all versions of the php package feikwok/laravel-redis-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-redis-ui
laravel-redis-ui
Redis UI for Laravel
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.
This package will provide an interface for user to management the redis database with their Laravel application. The features included in this package are:
- 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
Vuejs CDN has been included to the default template. But Vuex are not. So you might want to install Vuex first on your machine.
Or otherwise, you can modify the default template to include the CDN for Vuex.
Add and install the package with the follow command to your laravel application
Update the config/app.php file to include the following line in 'providers' section
At last make sure you publish the resources to your public folder
Thats should be all. Happy coding!
All versions of laravel-redis-ui with dependencies
illuminate/console Version 5.3.* || 5.4.* || 5.5.* || 5.6.*
illuminate/database Version 5.3.* || 5.4.* || 5.5.* || 5.6.*
illuminate/filesystem Version 5.3.* || 5.4.* || 5.5.* || 5.6.*
illuminate/auth Version 5.3.* || 5.4.* || 5.5.* || 5.6.*
predis/predis Version ^1.0