bangnokia / filament-craft
Collection of utilities for Filament Admin
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/bangnokia/filament-craft
Requires
- php: ^8.0
- filament/filament: ^3.0
- illuminate/support: ^10.11
README
This package is a collection of tools for working with Filament php, adds some useful utilities and helpers to makes working with Filament Admin more enjoyable.
Traits
Concerns\DisableCreate::class
- Disable create resource, usage:use DisableCreate
Concerns\DisableEdit::class
- Disable edit resource, usage:use DisableEdit
Form Fields
Forms\Password::class
: Laravel password field, auto hash the password, with extra methodrequiredOnCreate