Emir Çelik
Emir Çelik
FFilament
Created by Emir Çelik on 3/25/2024 in #❓┊help
Relations..
thanks i do try
11 replies
FFilament
Created by Emir Çelik on 3/25/2024 in #❓┊help
Relations..
https://codeshare.io/mPORpw these are my codes
11 replies
FFilament
Created by Emir Çelik on 3/25/2024 in #❓┊help
Relations..
I mentioned product info as an example so that we don't get confused. My real fiction is like this
11 replies
FFilament
Created by Emir Çelik on 3/25/2024 in #❓┊help
Relations..
ProductHasMilyem.php
public function product()
{
return $this->belongsTo(Product::class);
}
public function product()
{
return $this->belongsTo(Product::class);
}
11 replies
FFilament
Created by Emir Çelik on 3/25/2024 in #❓┊help
Relations..
Product.php
public function milyem()
{
return $this->hasOne(ProductHasMilyem::class, 'product_id');
}

public function milyem()
{
return $this->hasOne(ProductHasMilyem::class, 'product_id');
}

11 replies
FFilament
Created by Emir Çelik on 3/25/2024 in #❓┊help
Relations..
yep but i didint 😦
11 replies