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...
Sorry couldn't edit: A couple good examples are: http://stackoverflow.com/questions/23328301/laravel...
Just out of curiosity why? Eloquent converts it back to this at execution anyway. If you know the ac...
Could you try to prefix your sessions like: Session::put('s1_key', 'value'); //site1 Session::put(...
In my htaccess I have: <IfModule mod_rewrite.c> <IfModule mod_negotiation.c>...
Instead of redirecting to another view, treat those fields like a new record, and submit through a r...
The Laravel portal for problem solving, knowledge sharing and community building.