emiel
emiel
FFilament
Created by jak888 on 4/15/2024 in #❓┊help
getting error when trying to access admin panel
Oh okay yeah i understand haha it was serious😂
10 replies
FFilament
Created by jak888 on 4/15/2024 in #❓┊help
getting error when trying to access admin panel
Looks like a dd() function
10 replies
FFilament
Created by TheNastyPasty on 4/14/2024 in #❓┊help
The Auth Features emails are not sent
‘php artisan queue:work’ command is being used?
8 replies
FFilament
Created by emiel on 4/14/2024 in #❓┊help
How to add a personalized greeting to emails?
Thank you for your message. While I'm unsure if this is the best approach for changing emails, it does seem to work for now. I'll leave this chat unresolved for a day, as there may be other options worth considering.
11 replies
FFilament
Created by emiel on 4/14/2024 in #❓┊help
How to add a personalized greeting to emails?
I have seen that one but it didn't work and I think that is because of the way Filament sends the notification. They send it here: vendor/filament/filament/src/Pages/Auth/PasswordReset/RequestPasswordReset.php
11 replies
FFilament
Created by KEANUH on 3/25/2024 in #❓┊help
I have a table where the ID field is represented like this: 1,030 and I want to remove the separator
So to be clear:
Tables\Columns\TextColumn::make('id')
->numeric(thousandsSeparator: ''), // Empty string
Tables\Columns\TextColumn::make('id')
->numeric(thousandsSeparator: ''), // Empty string
6 replies
FFilament
Created by KEANUH on 3/25/2024 in #❓┊help
I have a table where the ID field is represented like this: 1,030 and I want to remove the separator
No description
6 replies