sopamo / clustercache
Cluster Cache
v0.2
2023-06-29 07:05 UTC
Requires
- php: ^8.0
Requires (Dev)
- orchestra/testbench: ^7.0
- dev-master
- v0.2
- dev-feature/refactor-broadcasting-updating-key
- dev-integration/multiple-hosts
- dev-feature/algorithm-to-get-data
- dev-feature/refactor-caching-hosts
- dev-feature/check-host-status-before-putting-cache
- dev-feature/lost-connection-between-hosts
- dev-dev
- dev-feature/host-communication-status
- dev-feature/2nd-container
- dev-feature/readme
- dev-feature/phpstan
- dev-feature/package
- dev-feature/implementation-for-single-host
- dev-feature/file-and-code-structure
- dev-feature/install-php-fpm
This package is auto-updated.
Last update: 2024-10-21 13:45:36 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