Laravel this is not only a practical framework, it is also a programming style
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-
What I am doing wrong?
Aucun commentaire:
Enregistrer un commentaire