Laravel 5.1 – run only one migration



Learn how to run only one specific migration in Laravel 5.1. By default, Laravel runs all of it’s migrations that are inside of migrations folder, but you can go around this by specifying a path parameter in artisan command that runs all of your migration files. This tutorial will teach you how you can run just one migration file.

source

Reply


Build A Site Info