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.
2 parents 91e1296 + b57b334 commit a7a77ceCopy full SHA for a7a77ce
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