cleaniquecoders / blueprint-macro
Laravel Blueprint Macro
Fund package maintenance!
cleaniquecoders
Installs: 4 474
Dependents: 9
Suggesters: 0
Security: 0
Stars: 16
Watchers: 4
Forks: 7
Open Issues: 3
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-10-21 05:16:32 UTC
README
Extending available column types in Laravel Migrations.
Installation
In order to install Blueprint Macro in your Laravel project:
$ composer require cleaniquecoders/blueprint-macro
You can skip following steps if you are on Laravel 5.5 and above.
In your config/app.php
add the following to the providers
key:
CleaniqueCoders\Blueprint\Macro\BlueprintMacroServiceProvider::class,
Usage
See wiki for more details.
License
This package is open-sourced software licensed under the MIT license.