sopamo/clustercache
最新稳定版本:v0.2
Composer 安装命令:
composer require sopamo/clustercache
包简介
Cluster Cache
README 文档
README
Cluster Cache
Speed up your application using Cluster CacheInstallation and usage
Please open package/README.md to read details about the package installation and usage.
Testing
If you want to run tests, follow the below instruction.
- Clone the project
- Go into the project-test folder
- Run
cp .env.example .env - Set a database user and a password in the .env file
- Run
docker run --rm -v "$(pwd)":/var/www/html -v "$(pwd)/../package":/var/www/package -w /opt composer bash -c "composer install" - Run
vendor/bin/sail up -d - Run
vendor/bin/sail shell - Run
php artisan key:generate - Run
php artisan migrate - Run
php artisan test
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-29