Skip to content

Commit

Permalink
DOCS for migrate:refresh with step option
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive authored Jun 27, 2016
1 parent 217385c commit ef66cb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ The `migrate:refresh` command will first roll back all of your database migratio

php artisan migrate:refresh --seed

You may rollback & remigrate a limited number of migrations by providing the `step` option to the `refresh` command. For example, the following command will rollback & remigrate the last 5 migrations:

php artisan migrate:refresh --step=5

<a name="writing-migrations"></a>
## Writing Migrations

Expand Down

0 comments on commit ef66cb3

Please sign in to comment.