nirav77
nirav77
FFilament
Created by nirav77 on 12/28/2023 in #❓┊help
Notification Blink Problem
After deleting a record from the table, the notification is blinking (please check the video). This issue arose in Filament version v3.1.24, but I verified in Filament v3.0, and it works perfectly fine.
7 replies
FFilament
Created by nirav77 on 9/28/2023 in #❓┊help
Panel Path as {brand} prefix Parameter
I have two panels: one is the default admin panel and the second is the brand panel. In the brand panel, I have defined the path as ->path('{brand_name}') In the route file, if I put Route::get('test', function () { return view('test'); }); it will give me a 404 Not Found error. This is because it will consider this route as part of the brand panel due to the defined prefix.
7 replies
FFilament
Created by nirav77 on 8/9/2023 in #❓┊help
Load custom vue js component to modalContent
I make one chat component in vuejs... How to load it in modal (with modalContent() function)
2 replies