Skip to content

v0.5.5

Compare
Choose a tag to compare
@camya camya released this 10 Feb 08:01
· 14 commits to main since this release
45f3e15

What's Changed

Added

Fixed / Updated

New translations

  • French translation contributed by @Devonab

Feel free to contribute your translation.

Added (for Development)

  • Nothing this time...

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',
)