GENL / matice

Use your Laravel translations in JavaScript.
MIT License
100 stars 16 forks source link

Settings publish doesn't work #14

Closed RomkaLTU closed 3 years ago

RomkaLTU commented 3 years ago

Expected behavior

Settings published to config dir

Current behavior

php artisan vendor:publish --provider=Genl\Matice\MaticeServiceProvider
Unable to locate publishable resources.

Versions

GENL commented 3 years ago

Sorry. It works well on my end. Check if the package is installed correctly.

RomkaLTU commented 3 years ago

Yeah, that's strange. I just looked to MaticeServiceProvider, and it looks fine. No idea why it's cant publish config. Anyway package is working, and I don't need to change default values so far.

GENL commented 3 years ago

Ok. Later try to remove and install the package again.

I'll close the issue,

nyneplus commented 3 years ago

I have the same problem today... The config file is there, caches are all cleared, etc... I will try to figure out the cause, or i copy it manually but if anyone has an idea i would be most thankful.

RomkaLTU commented 3 years ago

You need to define provider with surrounded "

php artisan vendor:publish --provider="Genl\Matice\MaticeServiceProvider"

But that's opens another problem I posted here: https://github.com/GENL/matice/issues/16

nyneplus commented 3 years ago

You need to define provider with surrounded "

php artisan vendor:publish --provider="Genl\Matice\MaticeServiceProvider"

But that's opens another problem I posted here: #16

That does indeed work. May be it should be changed in the readme too. I hoop #16 is solved soon too. That looks simple enough.

GENL commented 3 years ago

Changed in the README,