Skip to content

issue when run vendor publish laravel 10  #44

@asmaa143

Description

@asmaa143

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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions