TheNastyPasty
Only show label in a infolist
I want to show only a label in a repeatableentry without a value in a infolist. Is this somehow possible?
Everything I tried didn't work. I need to align the labels with the values in the other repeatableentries.
16 replies
How to place language switcher outside of panel
I am trying to place the language switcher outside of my panel with but that does not work.
I am using https://github.com/bezhanSalleh/filament-language-switch
Maybe someone knows how to do this?
36 replies
How to call a whatsapp chat here?
I want to call a WhatsApp Chat in the ->actions() function with the data and clients I chose in my select. Is this somehow possible?
This is from the Docs
Create your own link with a pre-filled message
The pre-filled message will automatically appear in the text field of a chat. Use https://wa.me/whatsappphonenumber?text=urlencodedtext where whatsappphonenumber is a full phone number in international format and urlencodedtext is the URL-encoded pre-filled message.
Example: https://wa.me/1XXXXXXXXXX?text=I'm%20interested%20in%20your%20car%20for%20sale
To create a link with just a pre-filled message, use https://wa.me/?text=urlencodedtext
Example: https://wa.me/?text=I'm%20inquiring%20about%20the%20apartment%20listing
After clicking on the link, you’ll be shown a list of contacts you can send your message to.
7 replies
$get inside loop null, outside loop it is not
I am trying to access the $get of a wizard multi step form, but I can't access it inside my loop.
The strange thing outside of the loop it works. Event when I try to store the value of $get in a variable and I try to access it inside loop, no success.
6 replies
numeric() function casts represents number with comma and not with dot
I don't know why but the numeric function casts somehow the dot notation to comma representation.
Maybe someone knows why that is?
If I remove the numeric validation the number shows with a dot.
6 replies
Is it necessary to do a check if the file belongs to the user?
Users in my app can upload images for different resources. I configured aws s3 to store files of my users.
The question is now do I need to check if a certain file belongs to the user, so only a user who owns the file can view it. Or is this not necessary because I am using a s3 private bucket?
This is what my fileupload looks like. The form is only visible to users to which the data belongs. I did that with policies.
10 replies
Need to retrieve field from wizard step before
I need to get a field value from a step before in a wizard step form. I need this value for some live calculations.
When I am dd($get) I get all the childcomponents, but I dont know how to access them.
If I collapse all the things ($get) gives me I see
I need the Step with key = 1, but I really don't know how to access this step. Please someone could help.
3 replies
Attach file with original name to mail throws exception
Hello,
I am trying for hours now to attach files to a mail, but without success. I am using the filament 3 function.
Code which works
But I want to add the stored file names and that does not work. I get the following exception
Please someone can help
Maybe there is a better way to attach files in filament 3 I dont know of.
5 replies
Spark Billable Slug redirects to wrong url
I am using the Spark Billing Portal with Filament and everything is working so far, except the redirect url after a user has subscribed to a plan.
I think it has something to do with the Billable Slugs in the Spark Documentation https://spark.laravel.com/docs/spark-stripe/configuration.html#billable-slugs. My url after payment is always if I click on .
Maybe someone knows how to configure or change this.
1 replies
Implement billing without multi tenancy
Hello,
Is there a way to implement billing for my users. I want every user to subscribe to a package who registrates for the app. I have a spark licence already. The problem I can not find a tutorial on the internet about this topic. The filament docs only explain it for multi tenancy. Any help is appreciated
8 replies
The Auth Features emails are not sent
Hello,
I am using the Filament Authentication Feature and would like to send the corresponding emails. For example the password reset email or the verification email, but no matter what I try I can't get it to work. I don't get any error messages. Maybe someone could help me here, that would be very nice.
8 replies