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...
Check your htaccess file. <IfModule mod_rewrite.c> <IfModule mod_negotiation.c>...
With that setup, have you considered using some jquery validation? That way when you leave a field,...
I'd still have an auto increment field in every table, but you can have another field you use as an...
Check if there's a free Laracast on this subject, I believe there is. But basically you are getting...
The Laravel portal for problem solving, knowledge sharing and community building.