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
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

seekerliu
Copy link

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

Fix config_path to: __DIR__ . '/../../../../config/repositories.php';
@seekerliu
Copy link
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

#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