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...
That's exactly the way I use filters because the controller passes everything to view. At some point...
Could you filter first in controller, then pass any extra info to view with a with-> ?
You could even have jquery put a temporary label above the field to let user know validation is inco...
Try <?php echo Session::get('wiadomosc'); ?> You may need a use statement in controller to...
I did a test, the function return is correct, but without seeing your other code, it's hard to figur...
The Laravel portal for problem solving, knowledge sharing and community building.