How to get login with different database table column name in Laravel 5.2?
I have to implement login functionality in Laravel 5.2. I have successfully done so using the official Laravel documentation except that I do not know how to authenticate the user using different database table column names, namely st_username and st_password . I have searched the Internet for clues but to no avail. I don't know which class I need to use (like, use Illuminate.......) for Auth. If any one knows the answer, please let me know. Here is my code: Login View @extends('layouts.app') @section('content') <div class="contact-bg2"> <div class="container"> <div class="booking"> <h3>Login<