Support the ongoing development of Laravel.io →

ghazanfarmir

Joined 6 Feb 2015

Statistics

Threads 2
Replies 2
Solutions 2
Articles 0

How to make http request to external service in Laravel5?

I have an application in Laravel5. What I need is to be able to call an external api and then proces...

0 Likes
2 Replies
Solved

Laravel5: Remove public path without using .htaccess or vhosts?

I have recently switched to laravel5 and having issues with removing public path. I don't want to us...

0 Likes
0 Replies
replied 9 years ago

How to make http request to external service in Laravel5?

Thanks TerrePorter For those who didn't have the clue like me to expose this Guzzle library to contr...

0 Likes
Solved
replied 9 years ago

Returning Environment

You need to have access to the $app object in routes. Try following: Route::get('env', function() {...

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.