Answer the question
In order to leave comments, you need to log in
Requests in Laravel?
How can I send a post request using laravel ?
Answer the question
In order to leave comments, you need to log in
In fact, sending a POST request is done by a standard php extension - CURL.
nl3.php.net/manual/ru/function.curl-exec.php
But there are various wrappers for this extension for your framework
phptrends.com/dig_in/laravel-curl
I would still use the standard library, everything is pretty simple there . A lot of code examples can be found on the web.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question