filament-title-with-slug

"Title With Slug" Input - Easy Permalink Slugs for Filament Forms (PHP / Laravel / Livewire)

MIT License

Downloads
37.4K
Stars
128
Committers
9
filament-title-with-slug - v0.5.6 Latest Release

Published by camya over 1 year ago

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',
)
filament-title-with-slug - v0.5.5

Published by camya over 1 year ago

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',
)
filament-title-with-slug - v0.5.4

Published by camya almost 2 years ago

What's Changed

Fixed / Updated

  • Fixed alignment of the edit icon for Firefox
  • Optimized phpunit settings

Added

Added (for Development)

Updated / Added translations

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',
)
filament-title-with-slug - v0.5.3

Published by camya almost 2 years ago

What's Changed

Added

Added (for Development)

Fixed / Updated

Translations

Added indonesian translation. Thanks to @frankyso

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',
)
filament-title-with-slug - v0.5.2

Published by camya almost 2 years ago

What's Changed

Added

  • Added parameters titleAfterStateUpdated & slugAfterStateUpdated to hook into afterStateUpdated with a closure. (see https://github.com/camya/filament-title-with-slug/discussions/3)
  • Placeholder now generated with str()->headline() method internally instead of title() for more beautiful placeholders. (Can be overwritten)

Added (for Development)

  • Added "Pest Tests" for the Filament Component, thanks to ralphjsmit for inspiration.
  • Added GitHub workflows for "Pest Tests" + "Laravel Pint".
  • Added "composer test-all" now runs Pest Test + PHPStan + Laravel Pint CS-checker (dry).

Fixed

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',
)
filament-title-with-slug - v0.5.1

Published by camya almost 2 years ago

What's Changed

Added

Fixed

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',
)
filament-title-with-slug - v0.5.0 - Initial release

Published by camya almost 2 years ago

What's Changed

  • Initial release

About

This package for FilamentPHP adds the form component TitleWithSlugInput which allows to edit titles and slugs easily. It is inspired by the classic WordPress title & slug implementation.

\Camya\Filament\Forms\Components\TitleWithSlugInput::make(
    fieldTitle: 'name',
    fieldSlug: 'identifier',
)