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 aafb8b7 + a7a77ce commit ebf34f2Copy full SHA for ebf34f2
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