Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish:vendor does not work #256

Open
Jipem opened this issue Sep 9, 2019 · 3 comments
Open

publish:vendor does not work #256

Jipem opened this issue Sep 9, 2019 · 3 comments

Comments

@Jipem
Copy link

Jipem commented Sep 9, 2019

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
Copy link

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

@tonycodes
Copy link

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

@RomainMazB
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants