Daniel
Daniel
FFilament
Created by Daniel on 10/18/2024 in #❓┊help
Dynamically Populate Batch Number Select Based on Product Selection in Filament
No description
5 replies
FFilament
Created by Daniel on 8/29/2024 in #❓┊help
Call to undefined method App\Models\User::buildings()
I have this method in my relationManager of buildings with users
->headerActions([
Tables\Actions\AttachAction::make()

])
->headerActions([
Tables\Actions\AttachAction::make()

])
However, in my User model the method is called workingBuildings :
public function workingBuildings():BelongsToMany{
return $this->belongsToMany(Building::class);
}
public function workingBuildings():BelongsToMany{
return $this->belongsToMany(Building::class);
}
How can I customize the name of the relationship? ->relationship does not exist for this action.
3 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 7/29/2024 in #❓┊help
Repeater does not work on customized page
No description
9 replies
FFilament
Created by Daniel on 4/9/2024 in #❓┊help
how to use set in a repeater
No description
14 replies
FFilament
Created by Daniel on 2/15/2024 in #❓┊help
I can only log in as a user when I check the remeber me box
18 replies