Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 472 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 472 Bytes

Welcome

This is an attendance application built to keep records of people by employing the use of barcodes and scanners.

Instructions

This are the basic instructions for running the application

  1. Run composer update
  2. Copy .env.example to .env
  3. Run php artisan key:generate
  4. Run npm install
  5. Vist Milon barcode for details about setting up the dependency
  6. Run php artisan migrate
  7. Run php artisan defaults:install