Miguel Urtado
Miguel Urtado
FFilament
Created by Miguel Urtado on 10/18/2023 in #❓┊help
Creating a new option in a modal not work with tenancy - createOptionForm
4 replies
FFilament
Created by Miguel Urtado on 7/27/2023 in #❓┊help
Change de delete process in Tables\Actions\DeleteBulkAction Hooks
It's possible get records before DeleteBulkAction hook? ->bulkActions([ Tables\Actions\DeleteBulkAction::make() ->before(function (MyModel $record) { dd($record); }), ]); In edit record page this work: protected function getActions(): array { return [ Actions\DeleteAction::make() ->before(function (MyModel $record) { dd($record); }), ]; }
3 replies
FFilament
Created by Miguel Urtado on 7/20/2023 in #❓┊help
How use files names save using storeFileNamesIn to files titles?
9 replies