thetispro / laravel5-setting

Persistent configuration settings for Laravel 5.x with json file(s)
MIT License
26 stars 5 forks source link

Vendor:publish throws an exception #7

Closed shomisha closed 7 years ago

shomisha commented 7 years ago

I can't complete the installation because it won't publish. It throws an ErrorException saying: Illegal offset type in unset

Here's the trace: stacktra

thetispro commented 7 years ago

Version of Laravel ?

For >= 5.4 please give me a few days for updating this repo.

shomisha commented 7 years ago

Yeah, I'm using 5.4. Ok, thanks for the help :)

thetispro commented 7 years ago

Update your composer.json to v. 1.1

"thetispro/laravel5-setting": "1.1"

shomisha commented 7 years ago

It won't pull the package, says it only exists as [dev-master] and that it isn't loaded because of my constraint to 1.1

thetispro commented 7 years ago

Thanks. Use:

"thetispro/laravel5-setting": "1.1.x-dev"