dipu
dipu
FFilament
Created by dipu on 4/15/2024 in #❓┊help
In temporary url s3 png image it show black background i want to change it to white
3 replies
FFilament
Created by dipu on 1/9/2024 in #❓┊help
when i click table column it is not redirect to it's record page i want to disable this
thanks it worked
6 replies
FFilament
Created by dipu on 9/1/2023 in #❓┊help
Event extends to liveware component
can you give any example or any documentation for reference
6 replies
FFilament
Created by dipu on 9/1/2023 in #❓┊help
Event extends to liveware component
no i want a data pass event to liveware when event dispach
6 replies
FFilament
Created by dipu on 8/31/2023 in #❓┊help
when my controller is run can i update live wire
controller added message in database through Api when message added then a emit function called
5 replies
FFilament
Created by dipu on 8/25/2023 in #❓┊help
I want to render relation manger in list resource page
I want to show that when the user clicks then the user does not route to another page in the same page relation manager show
4 replies
FFilament
Created by dipu on 8/17/2023 in #❓┊help
can we disable filter icon in table and add button instead of filter form to filter
i am using filament v2 but it v3 tab not working in v2
13 replies
FFilament
Created by dipu on 8/17/2023 in #❓┊help
can we disable filter icon in table and add button instead of filter form to filter
Yaa
13 replies
FFilament
Created by dipu on 8/17/2023 in #❓┊help
can we disable filter icon in table and add button instead of filter form to filter
Any other way because it is a paid plugin
13 replies
FFilament
Created by dipu on 8/17/2023 in #❓┊help
can we disable filter icon in table and add button instead of filter form to filter
i am using filament v2
13 replies
FFilament
Created by dipu on 8/1/2023 in #❓┊help
how to add pages and live wire in custom plugin
<?php namespace Chats\Chats; use Filament\PluginServiceProvider; use chats\chats\pages\Chats; use Spatie\LaravelPackageTools\Package; class chatsServiceProvider extends PluginServiceProvider { public static string $name = 'chats'; protected array $resources = [ // CustomResource::class, ]; protected array $pages = [ Chats::class, ]; protected array $widgets = [ // CustomWidget::class, ]; protected array $styles = [ 'plugin-chats' => DIR.'/../resources/dist/chats.css', ]; protected array $scripts = [ 'plugin-chats' => DIR.'/../resources/dist/chats.js', ]; // protected array $beforeCoreScripts = [ // 'plugin-chats' => DIR . '/../resources/dist/chats.js', // ]; public function configurePackage(Package $package): void { $package->name(static::$name); } } but chat page is not found
4 replies
FFilament
Created by dipu on 7/5/2023 in #❓┊help
help me to create 6 card in a row in dash board in which show profile photo
It shows the card in one column
10 replies
FFilament
Created by dipu on 7/5/2023 in #❓┊help
help me to create 6 card in a row in dash board in which show profile photo
No
10 replies
FFilament
Created by dipu on 7/5/2023 in #❓┊help
help me to create 6 card in a row in dash board in which show profile photo
i am use BaseWidget of filament
10 replies
FFilament
Created by dipu on 7/5/2023 in #❓┊help
help me to create 6 card in a row in dash board in which show profile photo
10 replies