How to insert password into other table in Laravel?

I am working on a whole new project using Laravel and AdminLTE Framework. I have so far create users table and other table which is by default shown in Documentation of Laravel 5.8
I wanted to know whether it is possible to insert the password and employee_id into another table say employee_db and login using the employee id and the password. So far I have created employee table and users table both of which are separate. I have used this link https://medium.com/@nasrulhazim/laravel-using-different-table-and-guard-for-login-bc426d067901 for login purpose.
So could anybody give me an idea on how can I do so?

Sponsor our Newsletter | Privacy Policy | Terms of Service