RoxanaAnghel
RoxanaAnghel
FFilament
Created by RoxanaAnghel on 10/13/2023 in #❓┊help
Filament V3 with webpack
Yes
7 replies
FFilament
Created by RoxanaAnghel on 10/13/2023 in #❓┊help
Filament V3 with webpack
@Dennis Koch Thanks for the response. I've changed the paths and i'm receiveing the same issue. In webpack.mix.js i have:
.postCss(
'resources/css/filament/admin/theme.css',
'assets/css/filament/filament/app.css',
[require('tailwindcss')]
)
.postCss(
'resources/css/filament/admin/theme.css',
'assets/css/filament/filament/app.css',
[require('tailwindcss')]
)
and in AdminPanelProvider.php:
->theme('assets/css/filament/filament/app.css')
->theme('assets/css/filament/filament/app.css')
https://flareapp.io/share/Bm0Y1qJP
7 replies
FFilament
Created by RoxanaAnghel on 8/4/2023 in #❓┊help
Tabs bug?
@pboivin @awcodes I'm using v2, and if I move the builder out of tabs I don't have the issue anymore, but I want to use the builder and tabs together to keep all the content together. Thanks for the response, what should I do in this case?
7 replies