topan
topan
FFilament
Created by topan on 12/1/2024 in #❓┊help
Relation Managers
@Melomancheto I don't understand about that. If both have the same hasMany relationship, what happens? Tag Model
public function product(): BelongsTo
{
return $this->belongsTo(Product::class);
}
public function product(): BelongsTo
{
return $this->belongsTo(Product::class);
}
Product Model
public function tags(): HasMany
{
return $this->hasMany(Tags::class);
}
public function tags(): HasMany
{
return $this->hasMany(Tags::class);
}
4 replies
FFilament
Created by topan on 11/28/2024 in #❓┊help
Change State
okay, that's fine, thanks
14 replies
FFilament
Created by topan on 11/28/2024 in #❓┊help
Change State
No description
14 replies
FFilament
Created by topan on 11/28/2024 in #❓┊help
Change State
everything is verified
14 replies
FFilament
Created by topan on 11/28/2024 in #❓┊help
Change State
no, not verify does not appear
14 replies
FFilament
Created by topan on 11/28/2024 in #❓┊help
Change State
I want to create email_verify_at, when it is null then show not verify otherwise when it doesn't show verify
14 replies