Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.24 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.24 KB

Gitpod ready-to-code

✨Laravel QRCode Scan✨

Dynamic QR code, logo QR code generate, tracking QR code scan, hitmap dashboard and admin panel using Laravel 7 framework, Vuexy template, endroid/qr-code library

Screenshots

ScreenShot ScreenShot ScreenShot ScreenShot ScreenShot ScreenShot ScreenShot ScreenShot ScreenShot

Installation

Composer install

$ composer install

Laravel key generate

$ php artisan key:generate

Node module install

$ npm i

Mix build

$ npm run dev

Database migrate and seed

$ php artisan migrate --seed

Run server

$ php artisan serve