v1.1.0 - Docker, PostgreSQL and Redis
Laravel Tenant Kit v1.1.0
Infrastructure release — Docker, PostgreSQL, and Redis.
Added
- Docker Compose — PHP 8.4-FPM, Nginx, MySQL 8.4, Redis 7
- Setup scripts:
scripts/docker-setup.ps1(Windows) andscripts/docker-setup.sh(macOS/Linux) - Pre-configured
.env.dockerfor container networking - docs/docker.md — full Docker guide
PostgreSQL
- Documented
pgsqlsupport (StanclPostgreSQLDatabaseManagerwas already configured) - Optional
postgresservice viadocker compose --profile pgsql up .env.pgsql.examplefor quick switching
Redis
TENANCY_USE_REDIS_BOOTSTRAPPERenv flag enables per-tenant Redis key isolation.env.dockerenables Redis for cache, queue, and sessions out of the box- Documented production Redis setup in README
Quick start (Docker)
.\scripts\docker-setup.ps1
# Open http://laravel-tenant-kit.test:8080