Open asmaa143 opened 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()
I can't reproduce this. Can you try the latest 0.4 version and see whether it still happens?
0.4
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()