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...
Read my example, you have to use jquery etc, that's how to implement. Laravel isn't going to write...
I haven't used a dropdown, but I use a popup lookup table, so here is a example: In my edit page I &...
If you are new to this, practice first, take a while to learn jquery. Short of that try phprunner, i...
don't mess with, rather learn how to use jquery ajax. You'll be happier in the end.
The Laravel portal for problem solving, knowledge sharing and community building.