How to show content based on my database data ? #402
Unanswered
sergeynilov
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Sorry, I'm not understanding what you are asking about. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed awcodes/filament-curator 3.3.1 in laravel 10 / filamentphp 3 app
and filled content of some pages in editor.
But all this text is static
Also I addded filament-fabricator 2.0.4 package and use images in my cms editor.
I use glider when I need to show image from media library :
<x-curator-glider :media="$image" class="object-cover w-auto" glide="" fallback="" media-id="image" />But I need on frontend part to show some html content based on my database data, like some macros inside of blocks of content...
Is there a way to make this ?
Beta Was this translation helpful? Give feedback.
All reactions