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 previous L5 before the background trait my login looked like: public function postLogin(LoginRequ...
When you say menu, you do mean a menu in the view. If that is the case, could the user shops (other...
Something like: public function mylogin(Request $request) { $mylog = new AuthenticatesAndRegistersUs...
I use a userid rather than email as part of a login. So I would actually modify: Illuminate\Foundati...
Yes, still looking for example on how to use that trait in auth controller.
The Laravel portal for problem solving, knowledge sharing and community building.