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://stackoverflow.com/questions/5491056/how-to-import-xml-file-into-mysql-data...
Here for us to see, and tell more about it, and put it on github.
There's a laracast video on crud operations. Also if you set a session in a controller, it will be t...
A session wouldn't work somehow? Could you dig into yii and see how they accomplished it?
All that's in the current AuthController is this code: <?php namespace App\Http\Controllers\Auth;...
The Laravel portal for problem solving, knowledge sharing and community building.