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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants