Extending available column types in Laravel Migrations.
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,
See wiki for more details.
This package is open-sourced software licensed under the MIT license.