The Laravel framework is open-sourced software licensed under the MIT license.
- PHP >= 5.6.4
- Apache
- Mysql
- Redis
- Nodejs
- ElasticSearch = 6.2.4 && ElasticSearch-analysis-ik (one index,one type)
git clone https://github.com/ShyZhen/laravel.git
copy .env.example .env
and edit .envcomposer install
npm install
php artisan migrate
gulp
php artisan es:init
(create index and mapping for post)php artisan passport:install
set post:user:{id} to redis for create post
set user:email:{email} to redis for register code
set login:times:{email} to redis for login time limit
set password:email:{email} to redis for password code