Register assets for a specific resource page
Hi all
Is there a way to register assets for a specific resource page instead of globally? (other than creating a blade component and using render hooks)
Thanks
4 Replies
do you have a way for this?
No, I wasn’t able to figure this out.
A shot in the dark: Have either of you tried calling
FilamentAsset::register()
from the boot()
method of a page component?