Skip to content
New issue

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

issue when run vendor publish laravel 10 #44

Open
asmaa143 opened this issue Jun 11, 2023 · 1 comment
Open

issue when run vendor publish laravel 10 #44

asmaa143 opened this issue Jun 11, 2023 · 1 comment

Comments

@asmaa143
Copy link

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
Copy link
Member

j3j5 commented Jun 26, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants