Relative Content

Tag Archive for phplaravellaravel-filamentfilamentphp

Filament v3 Repeater: Total Price Not Updating Correctly on Order Model Save

I’m working on a Laravel project using Filament v3. I’m creating an order management system where each order can have multiple order items. I’m using the Filament Repeater component to handle the multiple order items in the order form. Each order item has a product, quantity, price, and total amount. The total price of the order should be the sum of the total amounts of all order items. However, I’m encountering an issue where the total price of the order remains 0 unless I add a new repeater item during the edit process.

Filament importer jobs not running

I’m working on an app with a Filament backend. I’m currently trying to get an importer working. I’ve – added the queue:batches-tables (gave an “already exists” errror since it came with Jetstream already)