定制 hafael/hotel 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

hafael/hotel

Composer 安装命令:

composer require hafael/hotel

包简介

Laravel Tenant Multi-Self-Hosted-DB connections with Migration tools package for Laravel 5.1+

README 文档

README

No docs, aqui é na unha!

Warning

This package supports only Laravel 5.1+

Installing

In order to install Hotel, run the following command into your laravel root folder:

composer require hafael/hotel
php artisan vendor:publish --provider="Hafael\Hotel\HotelServiceProvider"

After installing the package, you can now register it's provider into your config/app.php file:

'providers' => [
    ...
    Hafael\Hotel\HotelServiceProvider::class,
]

Usage

Like Laravel's default migrator, this one has some commands similar to the originals. To list the available options, you can see all available options using the php artisan list command.

tenantdb            Run the database migrations
tenantdb:fresh      Drop all tables and re-run all migrations
tenantdb:install    Create the migration repository
tenantdb:make       Create a new migration file
tenantdb:refresh    Reset and re-run all migrations
tenantdb:reset      Rollback all database migrations
tenantdb:rollback   Rollback the last database migration
tenantdb:status     Show the status of each migration

Creating Migrations

In order to generate an empty migration, run the following command example.

php artisan tenantdb:make create_orders_table --create=orders

This will create a migration class into the right directory.

To declare your table fields, just follow the usual schema build practices, this package don't make anything different there.

Running Migrations

In order to run an migration to all tenants, run the following command example.

php artisan tenantdb:migrate --all

php artisan tenantdb:rollback --all

In order to run an migration to single tenant, run the following command example.

php artisan tenantdb:migrate --tenant=1001

php artisan tenantdb:rollback --tenant=1001

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2018-09-28

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固