RoseRiyadh
RoseRiyadh
FFilament
Created by RoseRiyadh on 9/26/2024 in #❓┊help
Caching record in creation
@Lara Zeus sorry but it's licenced, is there an open source option?
6 replies
FFilament
Created by RoseRiyadh on 9/26/2024 in #❓┊help
Caching record in creation
yes
6 replies
FFilament
Created by RoseRiyadh on 12/13/2023 in #❓┊help
Importer: beforesave() hook check
@HeartlandTechie I resolved it like this in XImporter.php public function resolveRecord(): ?Voucher { $product = Product::where('slug', $this->data['slug'])->first(); if (!is_null($product)) { return new Voucher([ 'serial_voucher' => $this->data['serial_voucher'], 'product_id' => $product->id, 'created_by' => Auth::id(), ]); } return null; }
3 replies
FFilament
Created by RoseRiyadh on 12/19/2023 in #❓┊help
importer default column
3 replies