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...
See if this helps: http://php.net/manual/en/function.json-decode.php
Too much is changing in L5 dev right now to even know. What you're after will probably work after t...
Some things to check: Does host meet minimum php requirements for laravel to run PHP >= 5.4 and...
http://laravel.io/forum/12-02-2014-newbie-questions-regarding-xampp-and-deployment Change app/config...
You are probably on the right track with the View::composer technique, sorry I haven't used it. But...
The Laravel portal for problem solving, knowledge sharing and community building.