Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.74 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.74 KB

Blueprint Macro

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.