sopamo / clustercache
Cluster Cache
v0.2
2023-06-29 07:05 UTC
Requires
- php: ^8.0
Requires (Dev)
- orchestra/testbench: ^7.0
This package is auto-updated.
Last update: 2026-06-21 17:18:14 UTC
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