cleaniquecoders/blueprint-macro

Laravel Blueprint Macro

5.2.0 2024-03-21 04:11 UTC

README

Extending available column types in Laravel Migrations.

Check & fix styling PHPStan Latest Stable Version Total Downloads Scrutinizer Code Quality License

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.