Posts by Plinio Garcia • 1 point
1 post
-
0
votes3
answers671
viewsA: Consume an API that requires authentication with Laravel
Just complementing and bringing the syntax of version 8 of Laravel: Install the Guzzle: Composer require guzzlehttp/guzzle In the code you import and make a request (GET, POST...) use…