Nobody
Nobody
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
I added code like this in AppServiceProviders.php
if (config('app.env') !== 'local') { // pastikan hanya di production/staging
URL::forceScheme('https');
}
if (config('app.env') !== 'local') { // pastikan hanya di production/staging
URL::forceScheme('https');
}
and it works thank you very much
16 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
No description
16 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
so why does it get an error here? do you have a solution for this
16 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
No description
16 replies
FFilament
Created by Nobody on 10/21/2024 in #❓┊help
Why when I deploy Filament on the server the data dropdown is empty?
No description
16 replies
FFilament
Created by Nobody on 9/23/2024 in #❓┊help
I have created a new resource, in the partner panel but it does not appear in the display
Solved✅
3 replies
FFilament
Created by Nobody on 9/9/2024 in #❓┊help
How to set the DateTimePicker in the minutes section
thanks for the information
9 replies
FFilament
Created by Nobody on 9/9/2024 in #❓┊help
How to set the DateTimePicker in the minutes section
No description
9 replies
FFilament
Created by Nobody on 9/9/2024 in #❓┊help
How to set the DateTimePicker in the minutes section
I have used ->minutesStep(30) but in the minutes section all the numbers still appear, I only want to display in the minutes section only minutes 30 and 00. DateTimePicker::make('pickupBefore') ->required() ->minutesStep(30) ->seconds(false) ->minDate(now()->toDateTimeLocalString(unitPrecision: 'minute')) ->label('Pickup Befores')
9 replies
FFilament
Created by Nobody on 8/29/2024 in #❓┊help
Infolist has no [record()] or [state()] set.
No description
3 replies
FFilament
Created by Nobody on 8/25/2024 in #❓┊help
Custom Layout in Filament V3
okay thanks for your suggestion. i will try it later
5 replies
FFilament
Created by Nobody on 8/25/2024 in #❓┊help
Custom Layout in Filament V3
In my case, I want to make the display look like the picture, is it better to use custom pages or custom layouts?
5 replies