Skip to content

parusel/qr-code-generator-and-tracking

Repository files navigation

QR Code Generator and link tracking

Simple QR Code Generator and link tracking tool based on Laravel, Filament and Lara Zeus QR code plugin for Filament.

Installation

First time installation

docker run --rm --pull=always -v "$(pwd)":/opt -w /opt laravelsail/php83-composer:latest bash -c "composer install --ignore-platform-reqs"

Laravel Sail

Run:

  • cp .env.example .env
  • sail up -d
  • sail artisan key:generate
  • sail artisan migrate:fresh --seed

Open Filament Admin Panel

Go to http://localhost/admin/login and use the default credentials from the DatabaseSeeder:

User: [email protected]
Pass: password

Filament Admin Panel Login

Create a new target page

Target Pages Table

Target Pages Table

  • Save new target page
  • Check the QR Code (click icon next to the Qr code input field)

Target Pages Table

Open the redirect page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published