How to access domain of one project from another project? #828
Answered
by
dudzio12
rajeev-k-tomy
asked this question in
Help & Support
-
I have a Magento and a Laravel project setup and running. Both projects are up at the same time. I want to call Magento graphql request from laravel application. However, i get below error when i tried to do this
Is there any way, i can achieve the same? |
Beta Was this translation helpful? Give feedback.
Answered by
dudzio12
Dec 20, 2024
Replies: 1 comment
-
Fortunatelly you can do that, by creating
And accordingly for projectB. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rajeev-k-tomy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fortunatelly you can do that, by creating
.warden/warden-env.yml
in projectA:And accordingly for projectB.