filament-helpers
Helper Class Generator to manage your forms and table inside your filament app
يمتدّ من filament
composer require tomatophp/filament-helpersالنجوم12
اللغةPHP
الرخصةMIT
آخر تحديث2024-10-18
- architecture
- builder
- filament
- filament-plugins
- filamentphp
- helpers
اقرأني

Filament Helper Classes
Helper class generator to keep the forms, tables, actions and filters of your Filament app in their own classes.
Version Compatibility
| Plugin | Filament | Laravel | PHP |
|---|---|---|---|
| 1.x | 3.x | 10.x / 11.x | 8.1+ |
| 5.x | 5.x | 12.x / 13.x | 8.2+ |
Installation
bash
Usage
Run the command and pick the type and name; you can generate the class in app/, inside a
laravel-modules module, or in any source folder, optionally inside a resource folder.
bash
Or pass everything on the command line:
bash
Existing classes are kept unless you confirm or pass --force.
Using Generated Classes
php
php
php
Custom Stubs
bash
Then set stub_path in config/filament-helpers.php (publish it with --tag="filament-helpers-config") to base_path('stubs/filament-helpers').
Testing
bash
Other Filament Packages
Checkout our Awesome TomatoPHP