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...
The only thing you need to change is config/database.php. Nothing else. That is if your htaccess is...
Have you tried passing $alerts seperately with a ->with. (other stuff being passed)->with('dat...
Also here is a youtube video on editing a database record in laravel. https://www.youtube.com/watch?...
Tempory comment out this line return View::make('user.edit')->with('user', $user); And do a prin...
If you know the longhand query, why? Eloquent has to convert it right back to this at execution tim...
The Laravel portal for problem solving, knowledge sharing and community building.