Hi, in my database i have a column "extra_data" which i have to fill after a form submit....
Hi all, i need to create a drag and drop sorting with jQuery Ajax. Once i drop an element, i do an a...
Hi everyone, for let be my app private i have to disable the user register function, and of course t...
Hi everyone, i have to update some post and, to do that, i'm using this form with PATCH method. <...
I think i've found the possible bug: public function update(Request $request, $id) { //...
Solved. $post = News::select('cont')->get(); And render it in blade within a foreach ($counter s...
Ok, the answer is here: http://laravelcollective.com/docs/5.1/html Solved.
give a try here: http://forumsarchive.laravel.io/viewtopic.php?pid=66385#p66385
The Laravel portal for problem solving, knowledge sharing and community building.