MuhamDaily π
₯
FFilament
β’Created by MuhamDaily π
₯ on 5/4/2024 in #ββhelp
Select Condition
In Laravel Filament version 3, I want to make if the user chooses the first option then the nominal input will appear, if the user chooses the second option then the item name input will appear. Can I apply it to filament? so input will appear if the option has been selected
4 replies
FFilament
β’Created by MuhamDaily π
₯ on 12/14/2023 in #ββhelp
Custom Column Filament
#Model: OrderItem.php
#Model: Order.php
#File: OrderResource.php
How to display total price from
order_item
table? so weight
* unit_price
16 replies
FFilament
β’Created by MuhamDaily π
₯ on 12/10/2023 in #ββhelp
How can the FileUpload field in Laravel Filament directory be changed dynamically?
I have a form with a file upload. When i upload the file, it saves into my desired
public/uploads/documents
location. However, i want every user should save it's files public/uploads/documents/userfolder
based on user foldername on my client's details table. I am using Relation manager to save client's details and uploaded files. How do i achieve this?
I want to get the $foldername from the related Parent model in the table.3 replies