Skip to content

v0.5.6

Latest
Compare
Choose a tag to compare
@camya camya released this 15 Feb 15:00
· 10 commits to main since this release
57f2495

What's Changed

Fixed / Updated

New translations

  • Nothing this time...

Feel free to contribute your translation.

Added (for Development)

  • Nothing this time...

Added

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