I just change the hosting provider where the app was running without any issue (PHP 5.6) and I noticed that sending a POST request with:
$('form#queryForm').serialize()
"from=express&user_id=wzJ6v357mE23&exam=&last_vaccine=23%2F06%2F2016&last_desp=&appealling=1&dieta=&temp=&pv=&fc=&fr=&mucosas=&mental=&remarks="
the request()->all()
has and additional field q
array:15 [
"from" => "express"
"user_id" => "wzJ6v357mE23"
"exam" => ""
"last_vaccine" => "23/06/2016"
"last_desp" => ""
"appealling" => "1"
"dieta" => ""
"temp" => ""
"pv" => ""
"fc" => ""
"fr" => ""
"mucosas" => ""
"mental" => ""
"remarks" => ""
"q" => "/histories/storeExpress/y2X8YpoN7woL"
]
Any clue?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community