Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sharminshanta/laravel-crud-with-redis
- Owner: sharminshanta
- License: mit
- Created: 2020-06-15T13:53:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T09:23:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T23:51:25.616Z (almost 2 years ago)
- Topics: eloquent-orm, laravel, redis, redis-cli, redis-srver
- Language: PHP
- Homepage:
- Size: 334 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 serveNow you can enjoy this CRUD.