We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb66a06 commit 23d918bCopy full SHA for 23d918b
README.md
@@ -44,7 +44,7 @@ This update will be performed by the migrations included with this package.
44
To run the migrations from this package use the following command:
45
46
```
47
-php artisan migrate --path="/vendor/josiasmontag/laravel-email-verification/resources/migrations"
+php artisan migrate --path="/vendor/josiasmontag/laravel-email-verification/database/migrations"
48
49
50
The package tries to guess your `user` table by checking what is set in the auth providers users settings.
0 commit comments