Daniel
Daniel
FFilament
Created by Daniel on 1/6/2025 in #❓┊help
suffix action in the wrong place
🥳
5 replies
FFilament
Created by Daniel on 1/6/2025 in #❓┊help
suffix action in the wrong place
THANKS !!!!
5 replies
FFilament
Created by Daniel on 12/15/2024 in #❓┊help
How disable global scopes in RepeatableEntry
I corrected it with this code inside the resource :

public static function getEloquentQuery(): Builder
{
return parent::getEloquentQuery()
->withoutGlobalScopes()
->with([
'warehouses' => function ($query) {
$query->withoutGlobalScopes();
},
]);
}

public static function getEloquentQuery(): Builder
{
return parent::getEloquentQuery()
->withoutGlobalScopes()
->with([
'warehouses' => function ($query) {
$query->withoutGlobalScopes();
},
]);
}
3 replies
FFilament
Created by jw on 4/19/2024 in #❓┊help
Get current value of table filter
hi man, what is your vscode theme ?
6 replies
FFilament
Created by Daniel on 10/18/2024 in #❓┊help
Dynamically Populate Batch Number Select Based on Product Selection in Filament
5 replies
FFilament
Created by Daniel on 8/3/2024 in #❓┊help
the file does not appear in the repeater fileUpload (Custom Page)
OK, thank you very much for your help, I'll try my best to see what's going on
20 replies
FFilament
Created by Daniel on 8/3/2024 in #❓┊help
the file does not appear in the repeater fileUpload (Custom Page)
I understand, could you tell me if the filament FileUpload is capable of receiving a $set('name of repeater', ['photo' => 'image link']), and as soon as the set is executed it places the photo in the inside FileUpload?
20 replies
FFilament
Created by Daniel on 8/3/2024 in #❓┊help
the file does not appear in the repeater fileUpload (Custom Page)
No description
20 replies
FFilament
Created by Daniel on 8/3/2024 in #❓┊help
the file does not appear in the repeater fileUpload (Custom Page)
No description
20 replies
FFilament
Created by Daniel on 8/3/2024 in #❓┊help
the file does not appear in the repeater fileUpload (Custom Page)
these are the last 100 lines of my log
20 replies
FFilament
Created by Daniel on 8/3/2024 in #❓┊help
the file does not appear in the repeater fileUpload (Custom Page)
No description
20 replies
FFilament
Created by Daniel on 8/3/2024 in #❓┊help
the file does not appear in the repeater fileUpload (Custom Page)
No description
20 replies
FFilament
Created by Daniel on 8/3/2024 in #❓┊help
the file does not appear in the repeater fileUpload (Custom Page)
i understood
20 replies
FFilament
Created by Daniel on 8/3/2024 in #❓┊help
the file does not appear in the repeater fileUpload (Custom Page)
No description
20 replies
FFilament
Created by Daniel on 8/3/2024 in #❓┊help
the file does not appear in the repeater fileUpload (Custom Page)
Sorry for the delay, my model has the photo as fillable, the photo appears in the strage public
20 replies
FFilament
Created by Daniel on 7/29/2024 in #❓┊help
Repeater does not work on customized page
Very thanks
9 replies
FFilament
Created by Daniel on 7/29/2024 in #❓┊help
Repeater does not work on customized page
public function mount(): void
{
$this->form->fill([
'receiver' => []
]);
}
public function mount(): void
{
$this->form->fill([
'receiver' => []
]);
}
like this?
9 replies
FFilament
Created by jesus9314 on 5/29/2024 in #❓┊help
Can't login into panel when user model use uuid
you are a god man thanks
8 replies
FFilament
Created by vahnmarty on 8/3/2023 in #❓┊help
How to customize repeater delete Item?
managed to solve?
2 replies
FFilament
Created by Daniel on 4/9/2024 in #❓┊help
how to use set in a repeater
yes yes 😁
14 replies