Skip to content

Commit

Permalink
You don’t need to publish the migrations before running them
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmills committed Jul 31, 2018
1 parent 2764239 commit 3c9fb77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ Pull in the package using Composer
composer require jamesmills/laravel-timezone
```

Publish and run the database migrations. This will add a `timezone` column to your `users` table.
Run the database migrations. This will add a `timezone` column to your `users` table.

```
php artisan vendor:publish --provider="JamesMills\LaravelTimezone\LaravelTimezoneServiceProvider" --tag="migrations"
php artisan migrate
```

Expand Down

0 comments on commit 3c9fb77

Please sign in to comment.