L
L
lynnikvadim2015-12-04 03:08:37
Laravel
lynnikvadim, 2015-12-04 03:08:37

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

1 answer(s)
N
nelson, 2015-12-04
@lynnikvadim

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 question

Ask a Question

731 491 924 answers to any question