-
Notifications
You must be signed in to change notification settings - Fork 66
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
Call to undefined function env() #141
Comments
You should replace " env('shopify_api_key') and env('shopify_api_secret')" with actual values |
The question is regarding the undefined function name |
Are you using this in a framework like Laravel or plain old php |
using it with core PHP |
sorry for late reply env function is part of "https://packagist.org/packages/symfony/dotenv" eg this is how it would look
|
@gnikyt
Try to use the package but ends with the error Call to undefined function env().
No description regarding it in the code or any file.
The text was updated successfully, but these errors were encountered: