Skip to content

dodisutarya/attendance

 
 

Repository files navigation

Attendance

Simple Attendace Application Build with Laravel Framework V.4.2. Attendance detect device and browser for user verification. #Installation Installation Requirement :

  • PHP 5 Above, set environtment variabel for PHP :
    • Start->Control Panel\System and Security\System->advanced system settings.
    • Then click->environment variables.
    • Search "Path" on the System Variables -> Edit
    • After that, on the variable value, add the ";"
    • And Then, copy->Paste the address version php (example:"C:\xampp\php")
    • click "ok" to Finish
  • Mysql Installation Steps :
  • Create database in your mysql with dataase name, user and password : ams and host: "localhost"
  • Download and extract the code, open terminal or command prompt go to your Attendance Apps directory.
  • Download composer, install, migrate and run, with command :
 php -r "readfile('https://getcomposer.org/installer');" | php
 php composer.phar install
 php artisan migrate
 php artisan serve

License

gnu affero general public license v3

About

Simple Attendace Application Based on Laravel

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 64.8%
  • CSS 19.0%
  • JavaScript 16.0%
  • ApacheConf 0.2%