Barcode Scanner
A Barcode input for scanning barcodes and QR codes
Author:
Anthony Elleray
Documentation
- Table of Contents
- Overview
- Screenshot
- Installation
- Usage
- Features
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License
#Table of Contents
- Overview
- Screenshot
- Installation
- Usage
- Advanced Usage
- Features
- Changelog
- Contributing
- Security Vulnerabilities
- Credits
- License
#Overview
The Filament Barcode Scanner Input package offers a user-friendly barcode input field for your Filament applications. This component supports dynamic scanning, enabling users to input barcodes seamlessly.
Key features include:
-
Modal Popup: The component opens a modal popup for barcode scanning, providing a dedicated interface for users to scan and input barcodes without cluttering the main form.
-
Customizable Icon: Users can customize the input field with their own icons, enhancing the visual appeal and allowing for better integration with existing designs.
With these features, the Filament Barcode Scanner Input package ensures an efficient and aesthetically pleasing user experience for barcode entry in your application.
#Screenshot

#Installation
You can install the package via Composer:
composer require designthebox/barcode-field
Publish Assets:
php artisan vendor:publish --tag=barcode-scanner-assets
#Usage
Once installed, you can use the BarcodeInput component in your Filament forms:
use DesignTheBox\BarcodeField\Forms\Components\BarcodeInput;
// In your form definition
BarcodeInput::make('barcode')
->icon('heroicon-o-arrow-right') // Specify your Heroicon name here
->required(),
#Features
- Customizable icon using Heroicons.
- Responsive design for optimal use on various devices.
- Easy integration into your existing Filament forms.
#Changelog
Please see CHANGELOG for more information on what has changed recently.
#Contributing
Please see CONTRIBUTING for details.
#Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
#Credits
#License
The MIT License (MIT). Please see License File for more information.
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle