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
[2024-02-25 21:28:39] production.ERROR: Call to undefined function Livewire\Features\SupportFileUploads\tmpfile() {"userId":1,"exception":"[object] (Error(code: 0): Call to undefined function Livewire\\Features\\SupportFileUploads\\tmpfile() at /home/r29DzYpOj3vU0dUw/PaulBridgesPlastering_Website/public_html/vendor/livewire/livewire/src/Features/SupportFileUploads/TemporaryUploadedFile.php:23)
[stacktrace]
[2024-02-25 21:28:39] production.ERROR: Call to undefined function Livewire\Features\SupportFileUploads\tmpfile() {"userId":1,"exception":"[object] (Error(code: 0): Call to undefined function Livewire\\Features\\SupportFileUploads\\tmpfile() at /home/r29DzYpOj3vU0dUw/PaulBridgesPlastering_Website/public_html/vendor/livewire/livewire/src/Features/SupportFileUploads/TemporaryUploadedFile.php:23)
[stacktrace]
This is my error log frmo laravel.log
4 replies
FFilament
Created by felas on 2/25/2024 in #❓┊help
Remove create another on create option form
No description
4 replies
FFilament
Created by David warner on 12/5/2023 in #❓┊help
Issue while displaying a image in column
No description
16 replies
FFilament
Created by K R A T O S on 2/9/2024 in #❓┊help
PHP database connection error
No worries. Thanks for your help. I'll post the answer here if I find one!
15 replies
FFilament
Created by K R A T O S on 2/9/2024 in #❓┊help
PHP database connection error
Yeah.
15 replies
FFilament
Created by K R A T O S on 2/9/2024 in #❓┊help
PHP database connection error
the sql part frm docker-compose
15 replies
FFilament
Created by K R A T O S on 2/9/2024 in #❓┊help
PHP database connection error
No description
15 replies
FFilament
Created by K R A T O S on 2/9/2024 in #❓┊help
PHP database connection error
No description
15 replies
FFilament
Created by K R A T O S on 2/9/2024 in #❓┊help
PHP database connection error
I can connect to the DB from my app without any problems... Only the filament user command throws me this. Any specific config to add/modify?
15 replies
FFilament
Created by K R A T O S on 2/9/2024 in #❓┊help
PHP database connection error
Thank you for your prompt response. I have a different port for the connection as i have multiple apps running in my machine.. So I change the FORWARD_DB_PORT to 3309...
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
That's the weirdest part, I don't have a resource named like that or even close to that! 😅
24 replies
FFilament
Created by K R A T O S on 11/1/2023 in #❓┊help
Route [filament.admin.resources.bases.index] not defined
Yeah. Its like a rouge route which I can't seem to find.
24 replies
FFilament
Created by K R A T O S on 11/1/2023 in #❓┊help
Route [filament.admin.resources.bases.index] not defined
Did that as well. Can't find the route.
24 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. I tried searching throughout the entire project, Nothing.
24 replies
FFilament
Created by K R A T O S on 11/1/2023 in #❓┊help
Route [filament.admin.resources.bases.index] not defined
I did both, route clear and upgrade, nothing worked so far.
24 replies
FFilament
Created by K R A T O S on 8/25/2023 in #❓┊help
No hint path defined for [forms]
That worked! Thanks a lot @Dennis Koch
28 replies
FFilament
Created by K R A T O S on 8/25/2023 in #❓┊help
No hint path defined for [forms]
Right. Thank You. What should be the right one?
28 replies
FFilament
Created by Diogo Pinto on 8/25/2023 in #❓┊help
Decimal separator to comma instead of dot
I mean, You could do it with simple string manipulation as well, But if you want filament's text input to give you the currency in a specific format, this is the filament way to do it.
9 replies
FFilament
Created by Diogo Pinto on 8/25/2023 in #❓┊help
Decimal separator to comma instead of dot
9 replies
FFilament
Created by Diogo Pinto on 8/25/2023 in #❓┊help
Decimal separator to comma instead of dot
$money($input, '.', ',', 2) this is the main part. You can specify it to be whatever you want
9 replies