This system will mainly track location of trainer(users). So it's not possible to give attendance without going the right place.
- Download and run
composer install
- generate new key
php artisan key:generate
- create
.env
file and set database configuration then - migrate database run
php arisan migrate
- or create database
gps_attn
and importgps_attn.sql
from the project folder
http://localhost/gps_attendance/public
Trainers/Teachers Login Access:
E-mail: [email protected]
Password: 123
Only for admin(click on admin menu)
E-mail: [email protected]
password: admin123
- Admin can assigned Class schedule to trainers
- Trainer will take attendance on schedule class
- Trainer's location will be tracked through google map api
- System will track the location, when trainer submit attendace that time location will be stored on DB