aliatayee / Attendance_Management_System

Attendance Management System is a Laravel based web application which keeps track of employee hours by either using ZKTecho finger print device or manual attendance sheet.
https://ams.alihost.co/
165 stars 81 forks source link

How to register properly and correctly #4

Closed sigit-khoirun-nizam closed 2 years ago

sigit-khoirun-nizam commented 2 years ago

Assalamualaikum, at first I changed the route url with true but the error is like this, is there a solution, thank you Screenshot from 2022-07-03 17-45-58 route : Screenshot from 2022-07-03 17-47-02

aliatayee commented 2 years ago

Hello @sigit-khoirun-nizam, Thank you for writing the issue. It seems you did not insert the user and role correctly that is why you are getting this error. I have updated the user seeder please pull it once again and run php artisan db:seed it will set the user and role with the following credential : email: admin@ams.com password: admin@ams.com https://github.com/aliatayee/Attendance_Management_System/blob/1de125b844074b4d6cbb29573d8795092c6dd0d9/database/seeders/DatabaseSeeder.php#L18-L31

If there was any issue let me know.

sigit-khoirun-nizam commented 2 years ago

Alhamdulillah, now the problem is gone, thank you