We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
I can't reproduce this. Can you try the latest 0.4 version and see whether it still happens?
0.4
Sorry, something went wrong.
No branches or pull requests
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()
The text was updated successfully, but these errors were encountered: