Skip to content

Commit

Permalink
Merge branch 'master' of github.com:beyondcode/laravel-confirm-email
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Aug 7, 2018
2 parents aafb8b7 + a7a77ce commit ebf34f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This package adds a `confirmed_at` and `confirmation_code` field to your users t
Publish the migration and the configuration file using

```bash
php artisan vendor:publish --provider=BeyondCode\\EmailConfirmation\\EmailConfirmationServiceProvider
php artisan vendor:publish --provider=BeyondCode\EmailConfirmation\EmailConfirmationServiceProvider
```

And run the migrations:
Expand Down

0 comments on commit ebf34f2

Please sign in to comment.