Some companies have commercialized this system on wedding and general events as their quest book technology.
For you, it's free :)
MP4 demo version can be accessed here
- PHP 7.4
- Laravel 8 (PHP ^7.3.0)
- Node v14.18.2
- AdminLTE 3
- Clone the repository with
git clone
and cd into the directory
git clone https://github.com/HagaiRaja/qrGuestBook.git
cd qrGuestBook
- Copy
.env.example
file to.env
- Edit database credentials in
.env
- Run
composer install
- Run
npm install
- Run
npm run dev
ornpm run prod
for production - Run
npm run watch
*optional, only to auto update UI when development - On new tab, run
php artisan key:generate
- Run
php artisan migrate
- Run
php artisan db:seed
- Run
php artisan storage:link
- Run
php artisan serve
(if you want to use other port add--port=90
)
Will write as soon as needed, let me know if you want it :)
Thanks to nimiq/qr-scanner for the awesome QR-Scanner Library