# hyperf-tenent **Repository Path**: andy1215/hyperf-tenent ## Basic Information - **Project Name**: hyperf-tenent - **Description**: No description available - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-12 - **Last Updated**: 2026-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hyperf 多租户 ## 使用步骤 ### 创建数据库 执行 user.sql 文件 ### 配置 .env ### 启动项目 访问 `http://localhost:9501/tenant/test?tenant_id=` 访问 `http://localhost:9501/tenant/test?tenant_id=default` 访问 `http://localhost:9501/tenant/test?tenant_id=aa` 访问 `http://localhost:9501/tenant/test?tenant_id=bb` 查看数据库数据是否符合预期