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...
Log, or database entry? You could do a session with http://php.net/datetime and write the info to a...
Have you searched jquery passing an input from parent to child and vice versa? This is normally a ja...
The way to iternate over the data is do it from what is passed from controller: Controller: $data['o...
And htaccess does not need to be messed with or messed up at all.
Furthermore, stop doing all that stuff in your routes, rather route to your controller/method and ge...
The Laravel portal for problem solving, knowledge sharing and community building.