ddoddsr
ddoddsr
FFilament
Created by ddoddsr on 1/9/2025 in #❓┊help
When dispatching a job and passing a model ... Is model beibng create or Update
So for the sake of discussion, I'll dispatch events on created, updated. and in an event listeners I'll make the approate business logic and api calls
11 replies
FFilament
Created by ddoddsr on 1/9/2025 in #❓┊help
When dispatching a job and passing a model ... Is model beibng create or Update
I was wondering. That would be better if I turn it off when importing with ->saveQuietly() but on for everything else.
11 replies
FFilament
Created by ddoddsr on 1/9/2025 in #❓┊help
When dispatching a job and passing a model ... Is model beibng create or Update
nice... thanks
11 replies
FFilament
Created by ddoddsr on 1/9/2025 in #❓┊help
When dispatching a job and passing a model ... Is model beibng create or Update
I can just pass along a flag for $is_new in EditAction and CreateAction after()
11 replies
FFilament
Created by ddoddsr on 1/9/2025 in #❓┊help
When dispatching a job and passing a model ... Is model beibng create or Update
Since both of these are ->after() the action, the record is saved and both return the id
11 replies
FFilament
Created by ddoddsr on 12/14/2024 in #❓┊help
How Add a widget to relationManager form
Yes it was on boot() still have to click 1x before it will allow edit.
7 replies
FFilament
Created by ddoddsr on 12/14/2024 in #❓┊help
How Add a widget to relationManager form
I tried : made a Trait as above and added that trait to the Relation Manager.. When I click on edit in the relation manager I get a 'loading ' icon the first time after refresh, then it opens the modal without the widget.
7 replies
FFilament
Created by ddoddsr on 12/14/2024 in #❓┊help
How Add a widget to relationManager form
Gotta try this! thanks
7 replies
FFilament
Created by ddoddsr on 12/24/2024 in #❓┊help
Add laravel-comments to a RelationManager.
Bump?
3 replies
FFilament
Created by jdavid29 on 12/4/2024 in #❓┊help
Spatie/comments-livewire
I had to make modifications to make it V3 so it took awhile. A learning experience. I still don't know how to attach a Widget to a Relation Manager. Works on Resource.
5 replies
FFilament
Created by jdavid29 on 12/4/2024 in #❓┊help
Spatie/comments-livewire
Also follow the stream that Dan Harrin and Freek did about two years ago. You can find it on: https://www.youtube.com/watch?v=gpwFLeeWz8M.
5 replies
FFilament
Created by ddoddsr on 12/11/2024 in #❓┊help
to update a field in one livewire component from another lw component.
Bump? A search term or doc refreence would be very helpful.
3 replies
FFilament
Created by binaryruel on 8/16/2023 in #❓┊help
Laravel Comments in Filament v3
This is stale but since a serch brought be here when I was trying to figure it out, I thought I'd leave some progress.
Filament::registerRenderHook(
PanelsRenderHook::STYLES_AFTER,
fn (): string => Blade::render('@laravelCommentsLivewireStyles'),
);

Filament::registerRenderHook(
PanelsRenderHook::SCRIPTS_AFTER,
fn (): string => Blade::render('@laravelCommentsLivewireScripts'),
);
Filament::registerRenderHook(
PanelsRenderHook::STYLES_AFTER,
fn (): string => Blade::render('@laravelCommentsLivewireStyles'),
);

Filament::registerRenderHook(
PanelsRenderHook::SCRIPTS_AFTER,
fn (): string => Blade::render('@laravelCommentsLivewireScripts'),
);
. Not complete but better.
3 replies
FFilament
Created by ddoddsr on 12/10/2024 in #❓┊help
poll() discards mount data
YES! added InteractsWithRecord and removed protected ?Model $record = null; thanks much. Why I left Nova forever!
5 replies
FFilament
Created by ddoddsr on 12/6/2024 in #❓┊help
footerActions run when modal open and close
Always pass an Action ot Closure.. Yes that was something I missed. Because it is static?
20 replies
FFilament
Created by ddoddsr on 12/6/2024 in #❓┊help
footerActions run when modal open and close
OK there it is , I duplicated the issue .
20 replies
FFilament
Created by ddoddsr on 12/6/2024 in #❓┊help
footerActions run when modal open and close
login [email protected] pw asdfasdf
20 replies
FFilament
Created by ddoddsr on 12/6/2024 in #❓┊help
footerActions run when modal open and close
I wasn't sure if the issue would disappear... but here it is https://github.com/ddoddsr/test-action-misfire
20 replies
FFilament
Created by ddoddsr on 12/6/2024 in #❓┊help
footerActions run when modal open and close
In the middle of a reproduction repository and I wondered if there was a repo to clone for that purpose?
20 replies
FFilament
Created by ddoddsr on 12/6/2024 in #❓┊help
footerActions run when modal open and close
but I did try adding unique names to the makes() in case the Split required named sections.
20 replies