designthebox / barcode-field
Fund package maintenance!
:vendor_name
Installs: 947
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 1
Forks: 10
Open Issues: 4
Language:Blade
Requires
- php: ^8.1
- filament/filament: ^3.0
- filament/forms: ^3.0
- filament/tables: ^3.0
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.1
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.12
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
README
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.