Numpad field
A numpad field for Filament.
Author:
Robin van Maasakker
Documentation
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
#Installation
You can install the package via composer:
composer require dashed/filament-numpad-field
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-numpad-field-views"
#Usage
use DashedDEV\FilamentNumpadField\NumpadField;
NumpadField::make('price')
->label('Prijs')
->minCents(0)
->maxCents(100000);
Add below to your custom theme
@source '../../../../vendor/dashed/**/*.blade.php';
#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.
The author
👋 Hi, I'm Robin — Founder of Dashed
We’re a digital agency that builds bold, fast, and future-proof web platforms.
Our specialty? Laravel-based SaaS, custom e-commerce, and high-performance Filament dashboards —
all built with care, creativity, and a touch of obsession for clean code.
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
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission