You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use the php bindings by following these instructions. When I try to use this code snippet in my php project, I get an error saying Undefined type ‘Intercom\IntercomClient’ via vscode intelephense. After running composer install, I can clearly see that intercom is in the vendor folder.
My INTERCOM_KEY is a variable that I have confirmed loads properly. My other issues is that I cannot even load my environmental variables when using php files in a subfolder. I tried following stack overflow for advice but couldn’t get anywhere
The text was updated successfully, but these errors were encountered:
I am attempting to use the php bindings by following these instructions. When I try to use this code snippet in my php project, I get an error saying Undefined type ‘Intercom\IntercomClient’ via vscode intelephense. After running
composer install
, I can clearly see that intercom is in the vendor folder.My INTERCOM_KEY is a variable that I have confirmed loads properly. My other issues is that I cannot even load my environmental variables when using php files in a subfolder. I tried following stack overflow for advice but couldn’t get anywhere
The text was updated successfully, but these errors were encountered: