- Conference attendance application using QR Code.
- go to your terminal, clone this repo. to a directory of your choice
- Create database named attendanceappdb, start mysql
- rename .env.example to .env, open & edit username and password to your db account, save
- run
composer update
- run
php artisan migrate
newer mysql versions has bugs (stalling in this part) see workaround - run
php artisan db:seed
- run
php artisan key:generate
- run
php artisan serve
- browse
http://localhost:8000