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 87d1776 + 69cfbf8 commit 5d63461Copy full SHA for 5d63461
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