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 91e1296 commit b57b334Copy full SHA for b57b334
README.md
@@ -20,7 +20,7 @@ This package adds a `confirmed_at` and `confirmation_code` field to your users t
20
Publish the migration and the configuration file using
21
22
```bash
23
-php artisan vendor:publish --provider=BeyondCode\\EmailConfirmation\\EmailConfirmationServiceProvider
+php artisan vendor:publish --provider=BeyondCode\EmailConfirmation\EmailConfirmationServiceProvider
24
```
25
26
And run the migrations:
0 commit comments