use Filament\Forms\Components\TextInput; use Filament\Forms\Set; use Illuminate\Support\Str; TextInput::make('title') ->live() ->afterStateUpdated(fn (Set $set, ?string $state) => $set('slug', Str::slug($state))) TextInput::make('slug')
Hi, my name is Roel. I am a TALL stack developer. I created this site to document all web applications I created using the TALL stack. I exclusively built products using Laravel because I like the experience writing applications using the simplest framework/stack available.