Laravel: Blueprint Macro
Next, the thing that I want to share is how I create Blueprint Macro. Similar to my previous posts on Response and Route.
But this time, we going to add more functionality to Blueprint which used in migrations.
Update your user migration file:
Now your code will be much cleaner.
Feel free to fork and contribute to Blueprint Macro.