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 should probably know basic forms before delving into laravel.
Search laravel 5 pagination you will find answer.
No need to modify anything, just add whatever fields you need in your user table, and do something l...
I like using a datetime field with something like: $lastedit = date("Y-m-d h:i:s");
The Laravel portal for problem solving, knowledge sharing and community building.