jeudi 7 juin 2018

The Auth middlemare in laravel

How can I edit the Auth Middleware such that it redirects to another route instead of the default login route when a user is logged in.

public function __construct()
    {
        return $this->middleware('auth');
    }



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire