mr4-lax/code-scanner

Laravel bar code, qr code scanner

0.0.1 2023-11-23 11:01 UTC

This package is auto-updated.

Last update: 2024-04-23 12:14:45 UTC


README

This is a laravel component that integrates [Scan BarCode and QRCode]. Feature:

  • Load all camera device.
  • Support single scan
  • Support continue
  • Support BarCode, QRCode

Screenshot

Screenshot 2023-11-23 at 18 00 11

Installation

composer require mr4-lc/code-scanner
php artisan vendor:publish --tag=mr4-lc-code-scanner --force

Configuration

Usage

$form->codescanner('name')->setMode('continue');

Hidden input: code_img (image capture base64 data) Screenshot 2023-11-23 at 17 55 31

$form->codescanner('email');

Screenshot 2023-11-23 at 17 56 19

License

Licensed under The MIT License (MIT).