Home
Softono

Gps Attendance

Open source MIT PHP
22
Stars
23
Forks
1
Issues
2
Watchers
8 years
Last Commit

 About Gps Attendance

My first laravel project(GPS Attendance Management)

Platforms

Web Self-hosted

Languages

PHP

Need Help Installing Gps Attendance?

We provide expert installation service for this software. Our team will install, configure, and secure Gps Attendance on your server. plans start at just $30.

Gps Attendance

View on GitHub

GPS Attendance

License

About

This system will mainly track location of trainer(users). So it's not possible to give attendance without going the right place.

Installation

  • 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 import gps_attn.sql from the project folder

Login access for different roles

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

Features

  • 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