K R A T O S
K R A T O S
FFilament
Created by K R A T O S on 2/25/2024 in #❓┊help
Uploading images in Production
No description
4 replies
FFilament
Created by K R A T O S on 2/9/2024 in #❓┊help
PHP database connection error
I am getting the following error while trying to create a filament user with the artisan command. I can understand the error is due to not being bale to connect to the DB. Is there a place where I can configure this? Maybe specifically mention a separate connection or something.
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for mysql failed: nodename nor servname provided, or not known (Connection: mysql, SQL: select exists(select * from `users` where `email` = [email protected]) as `exists`)
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for mysql failed: nodename nor servname provided, or not known (Connection: mysql, SQL: select exists(select * from `users` where `email` = [email protected]) as `exists`)
15 replies
FFilament
Created by K R A T O S on 11/1/2023 in #❓┊help
Route [filament.admin.resources.bases.index] not defined
No description
24 replies
FFilament
Created by K R A T O S on 8/25/2023 in #❓┊help
No hint path defined for [forms]
28 replies
FFilament
Created by K R A T O S on 6/7/2023 in #❓┊help
Hi! How can I alter data before displaying it in the table?
So I have data coming in form my DB and I want to show the data in better text. For example, I have a "status" column containing information like "payment_pending", But I want to table to show it as "Payment Pending." Any and all help appreciate. Thanks in advance!
4 replies
FFilament
Created by K R A T O S on 5/11/2023 in #❓┊help
Is there a way to directly upload a file to my s3 bucket form the FileUpload component?
Hey! I am trying to upload a file and I want it directly uploaded to my s3 bucket rather than a temporary local disk. Also, Is there a way to preview the file before submitting the form? PS: The file is always going to be a PDF file. Thanks in advance for any and all help! 😁
3 replies
FFilament
Created by K R A T O S on 3/10/2023 in #❓┊help
Passing a custom DB::query() to ListResource.php
4 replies