项目作者: sharminshanta

项目描述 :
Simple Laravel CRUD with Redis Cache.
高级语言: PHP
项目地址: git://github.com/sharminshanta/laravel-crud-with-redis.git
创建时间: 2020-06-15T13:53:21Z
项目社区:https://github.com/sharminshanta/laravel-crud-with-redis

开源协议:MIT License

下载


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.