K R A T O S
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.
15 replies
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
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