Gorg
Gorg
FFilament
Created by Gorg on 7/17/2023 in #❓┊help
Settings page with translations
Hello, i need to create page setting with translations, maybe anyone make this already, and can tell how to do it better and fast?
2 replies
FFilament
Created by Gorg on 7/12/2023 in #❓┊help
Typed property Filament\Pages\Actions\Action::$livewire must not be accessed before initialization
When i try to create form wizard, i see this error. My code: use HasWizard; protected static string $resource = TicketResource::class; protected function getSteps(): array { return [ Step::make('Choose Contract') ->schema([ Select::make('contract_id') ->columnSpan(2) ->relationship('contract', 'created_at') ]), ]; } Thanks!
15 replies