Skip to main content
edited tags
Link
Laurence
  • 60.3k
  • 22
  • 178
  • 215
Source Link
Deep Dizzy
  • 303
  • 1
  • 4
  • 7

Call external API function from controller, LARAVEL 4

I build an API on laravel 4, and it returns json results. For the API, I created one folder. Now i created another external project for the web application and what I want is to access the API functions from the laravel app controller. To be more clear, how can i make external API request from laravel controller?