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...
In your htacces file after this line: RewriteEngine On try adding either: RewriteBase /mysite/publi...
Are uou saying that: {{ HTML::script('js/custom-script.js') }} works for one of your pages, but not...
Try this format if you are using L5. $name = Request::input('name');
You realize that a regular site works better on mobile. On a site I did, I just used mobile detect...
The Laravel portal for problem solving, knowledge sharing and community building.