Laravel implementation of a clockin/clockout system. Ideally it should be installed on a LAN and not made accessible on the internet else people will login remotely and checkin even when they are not at the premises. Maybe if you keep track of the ipaddress they use, then you can catch such cases.
##Feature to add
- Reports - run some stats on who are late and who are not, and show performance over time.
- Export - Maybe export the data to excel or csv, i don't know what for.
- Clone the repository into your project folder
git clone https://github.com/skapeyi/webclock.git - Run
composer installfrom cmd to install all project dependencies - Update the values in
.envfile - Run
php artisan migrateto install the database migration
* PHP/Laravel