Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Fix config_path error.#93

Open
seekerliu wants to merge 1 commit into
bosnadev:masterfrom
seekerliu:patch-1
Open

Fix config_path error.#93
seekerliu wants to merge 1 commit into
bosnadev:masterfrom
seekerliu:patch-1

Conversation

@seekerliu

Copy link
Copy Markdown

Fix config_path to: DIR . '/../../../../config/repositories.php';

Fix config_path to: __DIR__ . '/../../../../config/repositories.php';
@seekerliu

Copy link
Copy Markdown
Author

When enable RepositoryProvider to use console command, it appear an error:
[Symfony\Component\Debug\Exception\FatalErrorException] Illuminate\Support\ServiceProvider::mergeConfigFrom(): Failed opening requi red '/Users/seekerliu/Documents/sxmsV2/vendor/bosnadev/repositories/src/Bos nadev/Repositories/Providers/../../../config/repositories.php' (include_pat h='.:')

then I find that , the $config_path in RepositoryProvider lack a '../', so I insert it.

@eranshmil

Copy link
Copy Markdown

#79

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants