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...
Found an answer on stackoverflow Route::get('owners', array('middleware' => 'auth', 'uses' =>...
YAH! Got it, in view I had a stray line of code <?php echo $data->render(); ?> that was ab...
I have no app/Http/Middleware/VerifyCsrfToken.php file, nor folder.
But why a backslash now:: \Session::get('foo'); instead of a simple: Session::get('foo'); I unders...
Got this one figured out finally, in the LoginRequest.php file I hadn't changed email to userid, whi...
The Laravel portal for problem solving, knowledge sharing and community building.