batistack-app/barcode-field 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

batistack-app/barcode-field

最新稳定版本:1.0.0

Composer 安装命令:

composer require batistack-app/barcode-field

包简介

README 文档

README

Latest Version on Packagist Total Downloads

Table of Contents

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

Input 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.

统计信息

  • 总下载量: 216
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 15
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-21