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...
Have you verified your htaccess file is correct? Have you tried http://localhost/yourlaravelfolder/p...
Have you tried it? Just make up a controller method, and a form with one field and try posting it ju...
Never routed through a form maybe possible in laravel read this: http://stackoverflow.com/questions/...
Believe me I verify classes and functions in someones framework like laravel. There is a big differ...
I am new to blade, so ignore my bad blade. I am going to use sections later, this is to show the rou...
The Laravel portal for problem solving, knowledge sharing and community building.