Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. Independent Developers
  4. In Laravel, check login always goes back to the login failure page.

In Laravel, check login always goes back to the login failure page.

Scheduled Pinned Locked Moved Unsolved Independent Developers
phphtmlcssbootstraplaravel
3 Posts 2 Posters 761 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Lucky01L Offline
    Lucky01L Offline
    Lucky01
    wrote on last edited by
    #1
    public function check_login(Request $request){
    
        if(Auth::attempt(['email' => $request->email, 'password'=> $request->password])){
        $request->session()->regenerateToken();
        return redirect("/profile");
      }
      return back()->withErrors(['failed'=>'invalid email and password']);
    
    
    }
    
    1 Reply Last reply
    0
    • Paul ColbyP Offline
      Paul ColbyP Offline
      Paul Colby
      wrote on last edited by
      #2

      Hi @Lucky01, this is a forum for users of Qt - a cross-platform C++ framework.

      For Laravel (an unrelated PHP web framework), I suggest you try a Laravel user forum, such as Laracasts or Laravel.io.

      Cheers.

      Lucky01L 1 Reply Last reply
      3
      • Paul ColbyP Paul Colby

        Hi @Lucky01, this is a forum for users of Qt - a cross-platform C++ framework.

        For Laravel (an unrelated PHP web framework), I suggest you try a Laravel user forum, such as Laracasts or Laravel.io.

        Cheers.

        Lucky01L Offline
        Lucky01L Offline
        Lucky01
        wrote on last edited by
        #3

        @Paul-Colby thanks this is really helpful

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved