FELL
FELL
FFilament
Created by FELL on 12/4/2024 in #❓┊help
createAnother in custom action
i need add createAnother button into my action
Action::make('ExtractItems') ->label('განცალკევება') ->icon('heroicon-o-circle-stack') ->color('warning') ->modalHeading('ნივთის განცალკევება') ->action(function ($record,$data) { // }) ->form(function ($record){
return [ ]; }) ->visible(fn ($record) => $record->extract === true) ->modalSubmitActionLabel('განცალკევება') ->modalCancelActionLabel('გაუქმება'),
5 replies
FFilament
Created by FELL on 10/6/2024 in #❓┊help
Property type not supported in Livewire for property: [null]
got error when trying to upload image Property type not supported in Livewire for property: [null]
FileUpload::make('image') ->hiddenLabel() ->disk('public')
->directory('images')
->preserveFilenames() ->maxSize(4096) ->openable() ->imageEditor() ->acceptedFileTypes(['image/*'])
->required(false),
2 replies
FFilament
Created by FELL on 9/6/2024 in #❓┊help
need help with log-viewer in filasment 3 panel
->navigationItems([NavigationItem::make('შეცდომების ლოგი')->url('/log-viewer', shouldOpenInNewTab: false)->icon('fontisto-world')->group('აუდიტი')->sort(10)]) need this nav see onlky user->role('admin')
5 replies
FFilament
Created by FELL on 8/8/2024 in #❓┊help
help
No description
3 replies
FFilament
Created by FELL on 6/2/2024 in #❓┊help
got error
No description
5 replies