You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a project under Laravel 6.0.
But Chatter does not seem to work, and this from the installation.
php artisan vendor:publish --provider="DevDojo\Chatter\ChatterServiceProvider"
does not work.
The return is "Publishing complete" but no file is imported.
And that even when I add DevDojo\Chatter\ChatterServiceProvider::class, in config/app.php
Too bad because Chatter seems suitable for my needs.
Thanks.
The text was updated successfully, but these errors were encountered:
I had the same issue. I just ran: php artisan config:cache php artisan vendor:publish
worked for me
It worked for me (and I preferred publish only the Chatter's vendors with the documentation command: php artisan vendor:publish --provider="DevDojo\Chatter\ChatterServiceProvider")
Hello,
I am developing a project under Laravel 6.0.
But Chatter does not seem to work, and this from the installation.
php artisan vendor:publish --provider="DevDojo\Chatter\ChatterServiceProvider"
does not work.
The return is "Publishing complete" but no file is imported.
And that even when I add
DevDojo\Chatter\ChatterServiceProvider::class,
in config/app.phpToo bad because Chatter seems suitable for my needs.
Thanks.
The text was updated successfully, but these errors were encountered: