Why isn't there a link to this forum, laravel.io/forum on the main laravel site any longer?
Say you want to edit a record and post the form using jquery. A prerequisite for this: You should al...
For those asking about jquery ajax: Here I am editing a pet, and looking up the petowner and filling...
I really wish some folks would do a search before they asked the question, some questions have been...
The docs show: <?php namespace App\Http\Controllers; use Auth; use Illuminate\Routing\Controller...
Why don't you just route the regular way through the router, and Input::get your vars?
What is the Input::query() thing? You aren't trying to send the checkboxs in the appends are you? Th...
I just tested by adding another to my array, worked like a champ: <?php echo $data->appends(ar...
That was one yek of a query. Do see this if you install L5: http://laravel.io/forum/11-13-2014-larav...
The Laravel portal for problem solving, knowledge sharing and community building.