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...
To get it working I had to add some stuff to calc offset: if(isset($_REQUEST['page'])) {...
Also, wouldn't the laravel 5 modified paginator require all the records in query first, then paginat...
Here's another pager I've used, works great, I put it in the controller folder and include it: <?...
What is collection? And could you show how all this would look in my code above? And still confused...
How fo I use render? And can I append to querystring? And where does the above file you showed go, a...
The Laravel portal for problem solving, knowledge sharing and community building.