We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5253dcd commit e5b4eb8Copy full SHA for e5b4eb8
README.md
@@ -28,7 +28,7 @@ The package will automatically register itself.
28
You can publish the migration with:
29
30
```bash
31
-php artisan vendor:publish --provider=BeyondCode\Comments\CommentsServiceProvider --tag="migrations"
+php artisan vendor:publish --provider="BeyondCode\Comments\CommentsServiceProvider" --tag="migrations"
32
```
33
34
After the migration has been published you can create the media-table by running the migrations:
@@ -40,7 +40,7 @@ php artisan migrate
40
You can publish the config-file with:
41
42
43
-php artisan vendor:publish --provider=BeyondCode\Comments\CommentsServiceProvider --tag="config"
+php artisan vendor:publish --provider="BeyondCode\Comments\CommentsServiceProvider" --tag="config"
44
45
46
## Usage
0 commit comments