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...
In the background: Example isn't laravel, but similar. Say I have an add view for a pet. Part way...
I checked something: Right after login in the AuthController: $yourvar = $request->user()->rol...
This has been answered already, please search forum. L5 is dev and constant changes are being made....
Sorry missed the PHP 5.3.3, you may have to check if an older version is available on github or http...
http://laravel.com/docs/4.0 Server Requirements The Laravel framework has a few system requirements:...
The Laravel portal for problem solving, knowledge sharing and community building.