File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The package will automatically register itself.
28
28
You can publish the migration with:
29
29
30
30
``` bash
31
- php artisan vendor:publish --provider=BeyondCode\C omments\C ommentsServiceProvider --tag=" migrations"
31
+ php artisan vendor:publish --provider=" BeyondCode\Comments\CommentsServiceProvider" --tag=" migrations"
32
32
```
33
33
34
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
40
You can publish the config-file with:
41
41
42
42
``` bash
43
- php artisan vendor:publish --provider=BeyondCode\C omments\C ommentsServiceProvider --tag=" config"
43
+ php artisan vendor:publish --provider=" BeyondCode\Comments\CommentsServiceProvider" --tag=" config"
44
44
```
45
45
46
46
## Usage
You can’t perform that action at this time.
0 commit comments