lodeki
lodeki
FFilament
Created by lodeki on 3/4/2024 in #❓┊help
FastPaginator gives incompartibility issues.
Any help or idea?
3 replies
FFilament
Created by ajsultandev on 10/14/2023 in #❓┊help
Intermittently 419 error
Hey, faciing this issue.You got a walk around?
7 replies
FFilament
Created by lodeki on 2/27/2024 in #❓┊help
Disable spa() on some routes.
Oh..It's just i had a custom route for downloading an import sample template.So the wire:navigate on this route causes the file to be streamed on the browser rather than being downloaded.
5 replies
FFilament
Created by lodeki on 2/27/2024 in #❓┊help
Disable spa() on some routes.
Any idea here ?
5 replies
FFilament
Created by dododedodonl on 2/2/2024 in #❓┊help
Redirect in SPA mode
Hi, you got a solution?
4 replies
FFilament
Created by lodeki on 2/26/2024 in #❓┊help
Very slow app
No, i'm not using debugbar.Yes , the tables have more records.
10 replies
FFilament
Created by lodeki on 12/5/2023 in #❓┊help
Access referral code from the register url
Yes
5 replies
FFilament
Created by lodeki on 1/19/2024 in #❓┊help
Uploading Videos.
<?php

return [
'class_namespace' => 'App\\Livewire',
'view_path' => resource_path('views/livewire'),
'layout' => 'components.layouts.app',
'lazy_placeholder' => null,
'temporary_file_upload' => [
'disk' => null, // Example: 'local', 's3' | Default: 'default'
'rules' => null, // Example: ['file', 'mimes:png,jpg'] | Default: ['required', 'file', 'max:12288'] (12MB)
'directory' => null, // Example: 'tmp' | Default: 'livewire-tmp'
'middleware' => null, // Example: 'throttle:5,1' | Default: 'throttle:60,1'
'preview_mimes' => [ // Supported file types for temporary pre-signed file URLs...
'png', 'gif', 'bmp', 'svg', 'wav', 'mp4',
'mov', 'avi', 'wmv', 'mp3', 'm4a',
'jpg', 'jpeg', 'mpga', 'webp', 'wma',
],
'max_upload_time' => 5, // Max duration (in minutes) before an upload is invalidated...
],
'render_on_redirect' => false,
'legacy_model_binding' => false,
'inject_assets' => true,
'navigate' => [
'show_progress_bar' => true,
'progress_bar_color' => '#2299dd',
],
'inject_morph_markers' => true,
'pagination_theme' => 'tailwind',
];
<?php

return [
'class_namespace' => 'App\\Livewire',
'view_path' => resource_path('views/livewire'),
'layout' => 'components.layouts.app',
'lazy_placeholder' => null,
'temporary_file_upload' => [
'disk' => null, // Example: 'local', 's3' | Default: 'default'
'rules' => null, // Example: ['file', 'mimes:png,jpg'] | Default: ['required', 'file', 'max:12288'] (12MB)
'directory' => null, // Example: 'tmp' | Default: 'livewire-tmp'
'middleware' => null, // Example: 'throttle:5,1' | Default: 'throttle:60,1'
'preview_mimes' => [ // Supported file types for temporary pre-signed file URLs...
'png', 'gif', 'bmp', 'svg', 'wav', 'mp4',
'mov', 'avi', 'wmv', 'mp3', 'm4a',
'jpg', 'jpeg', 'mpga', 'webp', 'wma',
],
'max_upload_time' => 5, // Max duration (in minutes) before an upload is invalidated...
],
'render_on_redirect' => false,
'legacy_model_binding' => false,
'inject_assets' => true,
'navigate' => [
'show_progress_bar' => true,
'progress_bar_color' => '#2299dd',
],
'inject_morph_markers' => true,
'pagination_theme' => 'tailwind',
];
,This is the config file currently.
7 replies
FFilament
Created by lodeki on 1/19/2024 in #❓┊help
Uploading Videos.
I changed for the server .The livewire config does not have that entry for upload limit . Thinking of adding it .
7 replies
FFilament
Created by lodeki on 1/19/2024 in #❓┊help
Uploading Videos.
Any help or idea here?
7 replies
FFilament
Created by lodeki on 12/27/2023 in #❓┊help
Table CreateAction modal on a view page pops and disappears on v3.1.27.
Okay which part do you wish i describe further.
9 replies
FFilament
Created by lodeki on 12/27/2023 in #❓┊help
Table CreateAction modal on a view page pops and disappears on v3.1.27.
Thank you....Concerning the question i've asked do you have any idea of how to handle that.
9 replies
FFilament
Created by lodeki on 12/22/2023 in #❓┊help
Handling static fields in the ImportAction feature.
Got something of the sort above ...Though it feels weird having that outside the columns yet it's one of the columns.
8 replies
FFilament
Created by lodeki on 12/22/2023 in #❓┊help
Handling static fields in the ImportAction feature.
One block can have several units .One to many.
8 replies
FFilament
Created by lodeki on 12/22/2023 in #❓┊help
Handling static fields in the ImportAction feature.
Any insights here?
8 replies
FFilament
Created by lodeki on 11/27/2023 in #❓┊help
Get table data from header action.
oh my. Thank you.I really appreciate.
21 replies
FFilament
Created by lodeki on 11/27/2023 in #❓┊help
Get table data from header action.
Oh had forgotten that. And how do we get all of the rows.
21 replies
FFilament
Created by lodeki on 11/27/2023 in #❓┊help
Get table data from header action.
This one works .Thank you so much.
21 replies
FFilament
Created by lodeki on 11/27/2023 in #❓┊help
Get table data from header action.
Sorry but still experiencing the same error but this time with the getRecords() method as below
Method Filament\Tables\Actions\Action::getRecords does not exist.
Method Filament\Tables\Actions\Action::getRecords does not exist.
21 replies
FFilament
Created by lodeki on 11/27/2023 in #❓┊help
Get table data from header action.
What's the method name in the updated code? Any idea please?
21 replies