lazydog
lazydog
Explore posts from servers
FFilament
Created by lazydog on 6/29/2024 in #❓┊help
Repeater with DatePicker
Just like disableOptionsWhenSelectedInSiblingRepeaterItems but in DatePicker Field
4 replies
FFilament
Created by lazydog on 6/27/2024 in #❓┊help
HintIcon
Thanks @Leandro Ferreira
12 replies
FFilament
Created by lazydog on 6/27/2024 in #❓┊help
HintIcon
12 replies
FFilament
Created by lazydog on 6/27/2024 in #❓┊help
HintIcon
No description
12 replies
FFilament
Created by lazydog on 6/27/2024 in #❓┊help
HintIcon
Yes
->hintIcon('heroicon-m-question-mark-circle',tooltip: new HtmlString('<ul>
<li>Hello</li>
<li>Hi</li>
<li>How are you</li>
</ul>'))
->hintIcon('heroicon-m-question-mark-circle',tooltip: new HtmlString('<ul>
<li>Hello</li>
<li>Hi</li>
<li>How are you</li>
</ul>'))
12 replies
FFilament
Created by lazydog on 6/27/2024 in #❓┊help
HintIcon
Thanks, that's okay but I need to hover first the icon to show the "messages"
12 replies
FFilament
Created by lazydog on 6/7/2024 in #❓┊help
Favicon
I've override the favicon in root folder and it's working.
4 replies
FFilament
Created by lazydog on 6/4/2024 in #❓┊help
Filament Tenancy
Yes you are correct but needs to set/update Tenant first using setTenant.
9 replies
FFilament
Created by lazydog on 6/4/2024 in #❓┊help
Filament Tenancy
There is no such method getCurrentTenant() using Filament version '^3.2'
9 replies
FFilament
Created by lazydog on 6/4/2024 in #❓┊help
Filament Tenancy
Undefined with Filament::getCurrentTenant(), what I've done, temporarily, I've created a helper function that sets current team using request()->tenant and find that tenant in my model via slug
9 replies
FFilament
Created by lazydog on 6/4/2024 in #❓┊help
Filament Tenancy
I've done this in testing, using Filament::setTenant but not yet done in actual switching
9 replies
FFilament
Created by lazydog on 6/3/2024 in #❓┊help
Password Reset Redirection
Thank you, I've managed to use that one. I've embedded html message from view.
5 replies
FFilament
Created by Expecto Patronum on 5/30/2024 in #❓┊help
MonthPicker exist?
Try this TextInput ::make('column_name') -> type('month')
8 replies
FFilament
Created by IWBW on 5/30/2024 in #❓┊help
Profile view and profile edit
In your filament service provider, please add ->profile()
13 replies
FFilament
Created by csabit1000 on 5/30/2024 in #❓┊help
Downloading exported resources problem (problem with the auth guards)
Please find your Filament Service Provider, and check if there is ->login() else add it.
7 replies
FFilament
Created by lazydog on 5/26/2024 in #❓┊help
Line Chart change background color
This is my current setup
[
'label' => 'Clicks',
'data' => $data['clicks'] ?? [],
'fill' => false,
'borderColor' => 'red',
'backgroundColor' => 'red',
'pointHoverBackgroundColor' => 'red',
'tension' => 0.4,
]
[
'label' => 'Clicks',
'data' => $data['clicks'] ?? [],
'fill' => false,
'borderColor' => 'red',
'backgroundColor' => 'red',
'pointHoverBackgroundColor' => 'red',
'tension' => 0.4,
]
3 replies
FFilament
Created by lazydog on 5/24/2024 in #❓┊help
Form - KeyValue
added reactive()
4 replies
FFilament
Created by lazydog on 4/24/2024 in #❓┊help
Sending Email
No description
7 replies
FFilament
Created by lazydog on 4/24/2024 in #❓┊help
Sending Email
This is my .env
MAIL_MAILER=mailgun
MAIL_HOST=smtp.mailgun.org
MAIL_PORT=587
MAIL_DOMAIN=sandboxXXXXX.mailgun.org
MAIL_USERNAME=postmaster@sandboxXXXXX.mailgun.org
MAIL_PASSWORD=9bde087dXXXXXaedaf59-2XXXXX-6f5cd8d3
MAIL_ENCRYPTION=SSL
MAILGUN_SECRET=key-848XXXXX4c7566ed7c97
MAIL_FROM_ADDRESS=support@sandboxXXXXX.mailgun.org
MAIL_FROM_NAME='Support'
MAIL_MAILER=mailgun
MAIL_HOST=smtp.mailgun.org
MAIL_PORT=587
MAIL_DOMAIN=sandboxXXXXX.mailgun.org
MAIL_USERNAME=postmaster@sandboxXXXXX.mailgun.org
MAIL_PASSWORD=9bde087dXXXXXaedaf59-2XXXXX-6f5cd8d3
MAIL_ENCRYPTION=SSL
MAILGUN_SECRET=key-848XXXXX4c7566ed7c97
MAIL_FROM_ADDRESS=support@sandboxXXXXX.mailgun.org
MAIL_FROM_NAME='Support'
7 replies
FFilament
Created by lazydog on 4/24/2024 in #❓┊help
Sending Email
Ran php artisan optimize:clear Ran composer dumpautoload Restarted my IDE But no luck.
7 replies