thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
897 stars 295 forks source link

publish:vendor does not work #256

Open Jipem opened 4 years ago

Jipem commented 4 years ago

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.php

Too bad because Chatter seems suitable for my needs.

Thanks.

moseskamau338 commented 4 years ago

I had the same issue. I just ran: php artisan config:cache php artisan vendor:publish worked for me

tonycodes commented 4 years ago

php artisan config:cache didn't work for me unfortunately. Anyone else having this issue?

RomainMazB commented 3 years ago

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")