Replies: 1 comment
-
Okay .. think I just did not understand the concept - was always trying to do this with the wrong compontent; the right one for my current use case is simply: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
...Since 2 hours I try to figure out what I am missing to get this to work.
Just installed a fresh laravel 10 app with filament und curator, migrated everything ..
Logged into filaadmin panel and added my first media image to the library. This looks fine in the database.
Then I tried to output this in a blade file with the blade helper:
<x-curator-curation :media="1" curation="hero" />
Shouldn' t this work now?
There is nothing rendered in my case ...
any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions