So I've got a login system with the possibility for the user to change their email and to change the...
I'm working on a "change email" function where users can change their registered email adr...
I'm new to laravel/webdevelopement in general, so i thought to start out i'd do a authentication scr...
iwen65 said: Your code looks ok for me. You could use Auth::id() as an shorter way to get the cur...
<?php use Illuminate\Auth\UserTrait; use Illuminate\Auth\UserInterface; use Illuminate\Auth\Remi...
The Laravel portal for problem solving, knowledge sharing and community building.
The community