Skip to content

Commit a43e46b

Browse files
authored
Merge pull request #7 from tominon/patch-2
Fix database migration path
2 parents bb66a06 + 23d918b commit a43e46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This update will be performed by the migrations included with this package.
4444
To run the migrations from this package use the following command:
4545

4646
```
47-
php artisan migrate --path="/vendor/josiasmontag/laravel-email-verification/resources/migrations"
47+
php artisan migrate --path="/vendor/josiasmontag/laravel-email-verification/database/migrations"
4848
```
4949

5050
The package tries to guess your `user` table by checking what is set in the auth providers users settings.

0 commit comments

Comments
 (0)