Skip to content

Commit 0acb297

Browse files
authored
docs: update publish command README.md (#329)
1 parent 9746763 commit 0acb297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ composer require musonza/chat
6666
Publish the assets:
6767

6868
```
69-
php artisan vendor:publish
69+
php artisan vendor:publish --provider="Musonza\Chat\ChatServiceProvider"
7070
```
7171

7272
This will publish database migrations and a configuration file `musonza_chat.php` in the Laravel config folder.

0 commit comments

Comments
 (0)