Im using this
https://github.com/stea4lth/laravel-yelp-api
to call yelp api,
im just confused on how i would call this to the front end to display it the browser.
I was hoping if someone can point me to an example on how I would get the YelpApi.php and call on to the view.
Such as do i need Ajax or can blade handle it?
I have a fresh laravel install and I just inserted YelpApi.php and the OAuth.php in the App folder, now I really dont know the steps to go from there to call it into the view