承接 filipprober/laravel-tenancy 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

filipprober/laravel-tenancy

最新稳定版本:v1.0.6

Composer 安装命令:

composer create-project filipprober/laravel-tenancy

包简介

The skeleton application for the Laravel framework.

README 文档

README

This package allows you to run multiple websites using the same Laravel application while keeping tenant specific data separated for fully independent multi-domain setups.

Installation

Clone down the repository:

git clone https://github.com/filip-codes/laravel-tenancy.git laravel-tenancy

Install the dependencies:

cd laravel-tenancy
composer install
npm install

Copy the .env.example file to .env:

cp .env.example .env

Generate the application key:

php artisan key:generate

Set up your .env file with your database credentials and run php artisan migrate to create all central tables.

Change your central_domain in the config/tenancy.php file.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-24