cleaniquecoders / blueprint-macro
Laravel Blueprint 宏
5.2.0
2024-03-21 04:11 UTC
Requires
- php: ^8.1 | ^8.2 | ^8.3
- doctrine/dbal: ^3.0
- illuminate/auth: ^10.0 | ^11.0
- illuminate/filesystem: ^10.0 | ^11.0
- illuminate/support: ^10.0 | ^11.0
Requires (Dev)
- laravel/pint: ^1.0
- mockery/mockery: ^1.1
- orchestra/testbench: 8.* | 9.*
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^10.0 | ^11.0
- dev-master
- 5.2.0
- 5.1.0
- 5.0.0
- v4.1.0
- v4.0.0
- v3.1.0
- v3.0.0
- v2.4.0
- v2.3.0
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.x-dev
- v1.6.1
- v1.6.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5
- dev-dependabot/github_actions/actions/checkout-4
- dev-dependabot/github_actions/aglipanci/laravel-pint-action-2.3.0
- dev-develop
This package is auto-updated.
Last update: 2024-09-21 05:13:31 UTC
README
扩展 Laravel 迁移中可用的列类型。
安装
为了在您的 Laravel 项目中安装 Blueprint 宏
$ composer require cleaniquecoders/blueprint-macro
如果您使用的是 Laravel 5.5 及以上版本,可以跳过以下步骤。
在您的 config/app.php
文件中,将以下内容添加到 providers
键下
CleaniqueCoders\Blueprint\Macro\BlueprintMacroServiceProvider::class,
用法
有关更多详细信息,请参阅 wiki
许可证
此包是开源软件,许可协议为 MIT 协议。