Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sharminshanta/laravel-crud-with-redis

Simple Laravel CRUD with Redis Cache.
https://github.com/sharminshanta/laravel-crud-with-redis

eloquent-orm laravel redis redis-cli redis-srver

Last synced: about 1 month ago
JSON representation

Simple Laravel CRUD with Redis Cache.

Awesome Lists containing this project

README

        

# laravel-crud-with-redis

#### Before reviewing, you have to configure your PC for working with redis-server, redis-cli. Then just download this project, extract that, put your database configuration on .env file or config/database.php, then run these commands in your project terminal :

1. composer install
2. php artisan key:generate
3. php artisan config:cache
4. php artisan migrate
5. php artisan serve

Now you can enjoy this CRUD.