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...
$name = Session::get('name'); echo $name; Should be un-necessary, data I pass with...
Also, I'm probably missing something but I don't see where you set a session var like: Session::put(...
Have you searched the http://laravel.io/forum?tags=authentication,security section, there are severa...
Right in this very forum, someone is talking about this: In fact same page: http://laravel.io/forum/...
Have you thought about using a stored procedure?
The Laravel portal for problem solving, knowledge sharing and community building.