Skip to content

2amjsouza/2amigos-qrcode-library-demo

Repository files navigation

This is a demo for 2amigos/qrcode-library library.

In order to execute it, your system should follow the following requirements:

  • PHP 7.3+
  • Imagick
  • GD

A docker image was provided meeting the requirements.

To install the dependencies:

$ composer install

# or using docker
$ docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v "$(pwd):/var/www/html" \
    -w /var/www/html \
    laravelsail/php82-composer:latest \
    composer install --ignore-platform-reqs

To run the application:

$ php artisan serve

# or using docker
$ ./vendor/bin/sail php artisan serve

About

qrcode-library-demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages