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

Puli Factory is not available #8

Open
yqyy1989 opened this issue Jan 8, 2020 · 4 comments
Open

Puli Factory is not available #8

yqyy1989 opened this issue Jan 8, 2020 · 4 comments

Comments

@yqyy1989
Copy link

yqyy1989 commented Jan 8, 2020

Hello, thanks for your project. Today I installed the project according to the installation guide, but I met a problem when I tried to run my program. I always get the error

throw new PuliUnavailableException('Puli Factory is not available');
So could you please tell me how to fix the problem?
Thanks in advance.

@ircykk
Copy link
Owner

ircykk commented Jan 8, 2020

Hello,
missing HTTP client, installing it should fix the problem:
composer require php-http/guzzle6-adapter "^1.1"

@yqyy1989
Copy link
Author

yqyy1989 commented Jan 9, 2020

Hello, after I installed php-http/guzzle6-adapter, the problem is still there.
Here is my composer.json
{
"require": {
"ircykk/allegro-api" : ">=1.0",
"php-http/guzzle6-adapter" : "^1.1",
"topthink/think-image": "^1.0",
"topthink/think-captcha": "1.",
"phpoffice/phpspreadsheet" : "1.3.
",
"google/cloud-translate" : "1.2.3"
}
}

@yqyy1989
Copy link
Author

Hello, now I wanna try to use your sdk to upload products, please help me.

@ircykk
Copy link
Owner

ircykk commented Jan 11, 2020

Install puli plugin:
composer require puli/composer-plugin

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