No show cards and columns #41
-
|
Hello, i try render the board but only can see this page @import 'tailwindcss'; @source '../views'; @custom-variant dark (&:where(.dark, .dark *)); @theme { } @layer theme { @layer base { } [data-flux-field]:not(ui-radio, ui-checkbox) { [data-flux-label] { input:focus[data-flux-control], /* [:where(&)]:size-4 { my field status need be a relationship: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
@xx1196, please check and use the correct path for your vendor directory. |
Beta Was this translation helpful? Give feedback.
-
|
Hey there, i'm having this same issue, right now i'm just testing with Laravel Herd. I just installed filament 4, tailwind, livewire and flowforge. i have follow all the steps mention in the page and my board is loading without the styles. my app.css looks like this @source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/.blade.php'; @theme { Can someone help to check what might be missing? |
Beta Was this translation helpful? Give feedback.
-
|
@xx1196 You have a double slash after view, and forgot wildcards. Change it to: @source "../../../../vendor/relaticle/flowforge/resources/views/**/*.blade.php";`@fhavio You forgot the wildcards. Change it to: @source "../../vendor/relaticle/flowforge/resources/views/**/*.blade.php";It's clearly stated in the documentation... |
Beta Was this translation helpful? Give feedback.
-
|
@fhavio You need to set up the Filament custom theme and add https://relaticle.github.io/flowforge/getting-started/installation#include-css-assets
|
Beta Was this translation helpful? Give feedback.





*/**.blade.php->**/*.blade.php