negro
negro
Explore posts from servers
FFilament
Created by negro on 6/29/2024 in #❓┊help
Custom page
how to add filter to custom page ??
5 replies
FFilament
Created by negro on 6/23/2024 in #❓┊help
Edit Action
how to disable edit action if form field have some value ??
9 replies
FFilament
Created by negro on 6/4/2024 in #❓┊help
Filament Menu
How to load filament menu inside livewire component render view ??
4 replies
FFilament
Created by negro on 6/4/2024 in #❓┊help
Form Wizard multiple steps
How to fetch server with previous step data and use it in current step??
3 replies
FFilament
Created by negro on 6/3/2024 in #❓┊help
Filament Action
how to add livewire component to this: Tables\Actions\Action::make('Notes') ??
3 replies
FFilament
Created by negro on 5/14/2024 in #❓┊help
filament many to many
how to create resource with many to many relationships content additional field ??
19 replies
FFilament
Created by negro on 5/13/2024 in #❓┊help
filament unique rules
hi i have a form with differents fields. i wish to implement unique values on two fields . how could i do that ??
4 replies
FFilament
Created by negro on 5/10/2024 in #❓┊help
display data according related relationships
I have 02 two models(sequence and academic) related with one to many relationship. I wish to display sequence list according academic . class Sequence extends Model { use HasFactory, SoftDeletes; protected $fillable = [ 'academic_id', 'name', 'description' ]; protected $casts = [ 'created_at' => 'datetime:Y-m-d', ]; public function academic() { return $this->belongsTo(Academic::class); }
} How to implement that ???
3 replies
FFilament
Created by negro on 5/9/2024 in #❓┊help
create action
hello all, i have a resource, after save a record, i wish to update a field value to other data. someone can show me hox to archieve this ??
4 replies
RRefine
Created by cloudy-cyan on 9/9/2023 in #ask-any-question
Import Excel
i have groups and contacts resources. groups can get many contacts. i wish to add a button on each groups row to import contacts from csv file
5 replies
RRefine
Created by continuing-cyan on 9/7/2023 in #ask-any-question
Hey,
I have a resource call groups. i wish to make crud from my rest api any helps to how i can archieve this ?
5 replies