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...
Also can you try if ($link->user_id === $user->id) { To if ($link->user_id == $user->...
You have not done a search please read this. http://laravel.io/forum/04-22-2015-large-collection-ma...
I would seriously consider watching every free Laracast that you can. You should be using POST data...
That's exactly the way it is designed in the docs, on a redirect. However I agree that it can also b...
The Laravel portal for problem solving, knowledge sharing and community building.