tinkypinky
tinkypinky
FFilament
Created by Alnuaimi on 3/5/2024 in #❓┊help
unique Validation two colums How do it
'name' => [ 'required', 'unique:domains,name', Rule::unique('domains', 'name')->where('compliance_id', $this->input('compliance_id')), ],
7 replies
FFilament
Created by bodhi8370 on 2/26/2024 in #❓┊help
Class "NumberFormatter" not found
If its already installed...make sure it is not commented in php.ini. Uncomment it and restart.
6 replies
FFilament
Created by Pan on 2/20/2024 in #❓┊help
Images & Barcode not working when web hosted (Hostinger)
Check image using ssh. Does it exist in public/storage folder?
16 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
Perfect. How did you came to know about this? I mean where to look in docs etc.
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
No description
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
Let me show you a little bit of code.
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
From the Notification Modal
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
This will close the modal. I want to delete it from the db.
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
Not Popup but Database Notification
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
Yes
25 replies
FFilament
Created by tinkypinky on 2/1/2024 in #❓┊help
Clear Notification after Button Clicked
How to access current notification within the Action?
25 replies
FFilament
Created by HGalih on 2/3/2024 in #❓┊help
Very simple mutate data before create. But it is not working
Yes
11 replies
FFilament
Created by HGalih on 2/3/2024 in #❓┊help
Very simple mutate data before create. But it is not working
Sure
11 replies
FFilament
Created by HGalih on 2/3/2024 in #❓┊help
Very simple mutate data before create. But it is not working
I think you should put this method in Create Page rather than Resource Page
11 replies
FFilament
Created by tinkypinky on 2/3/2024 in #❓┊help
Disable/Hide all Action Modal Buttons
Ah so I have to pass an anonymous function. Got it.
5 replies
FFilament
Created by tinkypinky on 2/3/2024 in #❓┊help
Disable/Hide all Action Modal Buttons
It still shows the buttons
5 replies
FFilament
Created by tinkypinky on 1/31/2024 in #❓┊help
Print Pdf of Form Schema Exactly
Just trying by using browser at the moment.
19 replies
FFilament
Created by tinkypinky on 1/31/2024 in #❓┊help
Print Pdf of Form Schema Exactly
I am able to get a simple html page with just the form and nothing else. I am using 3 columns as default but when I click print/save-as-pdf the browser just spans a single form field to whole page. What could be the issue?
19 replies
FFilament
Created by tinkypinky on 1/31/2024 in #❓┊help
Print Pdf of Form Schema Exactly
Oh. Got it. Let me try that.
19 replies
FFilament
Created by tinkypinky on 1/31/2024 in #❓┊help
Print Pdf of Form Schema Exactly
Can I create a Filament Page? Its also a livewire component?
19 replies