kfriars/connection-shim
最新稳定版本:v11.0.0
Composer 安装命令:
composer require kfriars/connection-shim
包简介
A Laravel Connection implementation that allows you to persist the Schema Builder instance.
README 文档
README
This package is a set of Laravel Connection implementations that allow you to persist the Schema Builder on the Connection instance.
The Laravel Framework has hard-coded the schema builder into the connections, so if you want to customize the schema builder you would need to override the connection classes.
I have started a discussion on the laravel/framework repository, to see if this behavior can be changed.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
composer require kfriars/connection-shim
Usage
After installing the package, you will not need to do anything else. All first-party database drivers will allow you to call the setSchemaBuilder method on them. This ensures the connection will be using a consistent schema throughout execution.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-13