Dymantic / laravel-instagram-feed

150 stars 51 forks source link

Config APP_URL #25

Closed joselvil closed 3 years ago

joselvil commented 3 years ago

Hi Thank you for a remarkable package. I'm currently using this.

Is there a way where instead of using .env APP_URL variable, use other .env variables? without editing the package?

image

I'm asking this currently my project is running subdomains, I'm having problem with regards to the callback parameter because of my subdomains

michaeljoyner commented 3 years ago

Hi @joselvil Thanks for the kind words. I have added a base_url option to the config file, which you can use to override the APP_URL. If you update to v2.4.4 you should be able to add it to your config file and it should work. Let me know if there are any issues.

joselvil commented 3 years ago

Thank you for the response. I tested it and it works flawlessly thank you again.

👍👍👍