cleaniquecoders / blueprint-macro
Laravel Blueprint Macro
Package info
github.com/cleaniquecoders/blueprint-macro
pkg:composer/cleaniquecoders/blueprint-macro
Fund package maintenance!
5.4.0
2026-03-30 03:26 UTC
Requires
- php: ^8.1 | ^8.2 | ^8.3 | ^8.4
- doctrine/dbal: ^3.0
- illuminate/auth: ^10.0 | ^11.0 | ^12.0 | ^13.0
- illuminate/filesystem: ^10.0 | ^11.0 | ^12.0 | ^13.0
- illuminate/support: ^10.0 | ^11.0 | ^12.0 | ^13.0
Requires (Dev)
- laravel/pint: ^1.0
- mockery/mockery: ^1.1
- orchestra/testbench: 8.* | 9.* | ^11.0
- phpstan/phpstan-phpunit: ^1.0||^2.0
- phpunit/phpunit: ^10.0 | ^11.0 | ^12.0
This package is auto-updated.
Last update: 2026-05-31 00:16:51 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.