Simple QR Code Generator and link tracking tool based on Laravel, Filament and Lara Zeus QR code plugin for Filament.
docker run --rm --pull=always -v "$(pwd)":/opt -w /opt laravelsail/php83-composer:latest bash -c "composer install --ignore-platform-reqs"
Run:
cp .env.example .env
sail up -d
sail artisan key:generate
sail artisan migrate:fresh --seed
Go to http://localhost/admin/login and use the default credentials from the DatabaseSeeder:
User: test@example.com
Pass: password
- Go to Target Pages
- Click on New target page:
- Save new target page
- Check the QR Code (click icon next to the Qr code input field)
- Open http://localhost/redirect/1
- You're being redirected to the target page
- Check the counter increase in Filament Admin Panel