mardi 22 septembre 2015

how to get All input of POST in Laravel 5

I am using Laravel 5 and trying to get all input of POST variable in controller like this-

public function add_question()
{
    return Request::all();
}

So, I am getting this errors-

enter image description here

What I am doing wrong?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire