v0.5.1
What's Changed
Added
- Package config, default value for
url_host
, override with parameter (urlHost:
) - Documentation for package config.
- Documentation for repeater with relationship.
Fixed
- Fixed small glitch, if package is used in repeater with relationship.
About
This package for FilamentPHP adds the form component TitleWithSlugInput
which allows editing titles and slugs easily. It is inspired by the classic WordPress title & slug implementation.
\Camya\Filament\Forms\Components\TitleWithSlugInput::make(
fieldTitle: 'name',
fieldSlug: 'identifier',
)