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...
You need to change it to else return false the way your code is now it will always return false I ju...
Comment out your return and print_r $status just above return to see if you get anything there. If...
Did you also change your environment file?
You have forge in one section and homestead in the other match the two and see if it works.
Why are you doing a foreach in your controller normally the foreach is going to be done in the view...
The Laravel portal for problem solving, knowledge sharing and community building.