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.
1 parent 9746763 commit 0acb297Copy full SHA for 0acb297
README.md
@@ -66,7 +66,7 @@ composer require musonza/chat
66
Publish the assets:
67
68
```
69
-php artisan vendor:publish
+php artisan vendor:publish --provider="Musonza\Chat\ChatServiceProvider"
70
71
72
This will publish database migrations and a configuration file `musonza_chat.php` in the Laravel config folder.
0 commit comments