nahid / talk

Talk is a real-time users messaging and chatting system for Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php artisan vendor:publish : Nothing to publish

visualight opened this issue · comments

Hello,

I'm using Laravel : 5.2.45.
I installed Talk with command : composer require nahid/talk and I set the configuration in App => provides and aliases.

I get an error when I attempt to publish the package resources.

$ php artisan vendor:publish --provider="Nahid\Talk\TalkServiceProvider"
Nothing to publish for tag [].

What is wrong ?

Ok, sorry, I found the solution 👍

$ php artisan config:clear

then

$ php artisan vendor:publish --provider="Nahid\Talk\TalkServiceProvider"

Which version of Laravel are you using?