Scans a code 39 barcode and searches given lists for the value.
The project is written using the php framework laravel v5.7. Therefore the requirements are equal to the framework requirements:
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- BCMath PHP Extension
- Copy all the files to the webserver
- Use the public directory as the webroot
- Rename
.env.example
to.env
- Update the Database credentials in the
.env
file - Use Composer to install all dependencies
composer install
Follow the installation steps and additionally run the following steps
yarn
ornpm install
yarn watch
ornpm run watch