D
D
Dmitry Shvedchenko2015-05-27 21:39:52
Laravel
Dmitry Shvedchenko, 2015-05-27 21:39:52

How to handle POST request in Laravel application?

Hello dear community!
I ask you to suggest how to correctly implement the processing of POST requests in a Laravel application.
The request will be sent from an Android application to a site that is powered by Laravel.
How to process such requests using Laravel? Or is it better to use a regular php file?
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2015-05-27
@kbu

I ask you to suggest how to correctly implement the processing of POST requests in a Laravel application.
The request will be sent from an Android application to a site that is powered by Laravel. How to process such requests using Laravel?

laravel.com/docs/5.0/controllers
Or is it better to use a regular php file?
Not better.

X
xmoonlight, 2015-05-27
@xmoonlight

It all depends on the end goals and architecture of the solution.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question