thenextweb / passgenerator

A Laravel package to create Apple Wallet passes.
GNU General Public License v3.0
265 stars 45 forks source link

issue when run vendor publish laravel 10 #44

Open asmaa143 opened 1 year ago

asmaa143 commented 1 year ago

php artisan vendor:publish --provider="Thenextweb\PassGeneratorServiceProvider"

Call to a member function get() on array

at vendor\laravel\framework\src\Illuminate\Support\ServiceProvider.php:138
134▕ if (! ($this->app instanceof CachesConfiguration && $this->app->configurationIsCached())) { 135▕ $config = $this->app->make('config');
136▕
137▕ $config->set($key, array_merge(
➜ 138▕ require $path, $config->get($key, [])
139▕ ));
140▕ }
141▕ } 142▕

1 vendor\thenextweb\passgenerator\src\PassGeneratorServiceProvider.php:63 Illuminate\Support\ServiceProvider::mergeConfigFrom("C:\laragon\www\walaa\vendor\thenextweb\passgenerator\config\pass-filesystem.php", "filesystems")

2 vendor\thenextweb\passgenerator\src\PassGeneratorServiceProvider.php:31 Thenextweb\PassGeneratorServiceProvider::setupConfig()

j3j5 commented 1 year ago

I can't reproduce this. Can you try the latest 0.4 version and see whether it still happens?