Skip to content

2amigos/2am-qrcode-site-generator

This branch is up to date with 2amjsouza/2am-qrcode-site-generator:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8754f61 · Sep 15, 2023

History

16 Commits
Sep 15, 2023
Aug 25, 2023
Aug 25, 2023
Aug 25, 2023
Sep 14, 2023
Sep 15, 2023
Aug 25, 2023
Aug 25, 2023
Sep 15, 2023
Aug 25, 2023
Aug 25, 2023
Aug 25, 2023
Sep 1, 2023
Sep 15, 2023
Aug 25, 2023
Sep 15, 2023
Sep 15, 2023
Sep 5, 2023
Sep 7, 2023
Sep 1, 2023
Sep 5, 2023
Aug 29, 2023
Sep 5, 2023
Sep 7, 2023

Repository files navigation

2amigos/qrcode-library site - qrcode generator

Requirements:

  • PHP 8.1+
  • Imagick
  • GD
  • npm 16.+

Install

$ composer install
$ npm install && npm run build

Serve

$ php artisan serve

published to http://127.0.0.1:8000

RUN using docker

On the first time we're running the project, we must install the dependencies.

To install the dependencies, run on project folder:

$ 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 docker machine, run:

$ ./vendor/bin/sail up -d
$ ./vendor/bin/sail npm run build

to stop the docker machine:

$ ./vendor/bin/sail stop

There is a command available to clean up the files from local:

$ php artisan tmp-files:clear 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 87.0%
  • PHP 8.0%
  • Blade 4.8%
  • JavaScript 0.2%