gheorghelupu17
gheorghelupu17
FFilament
Created by gheorghelupu17 on 10/28/2024 in #❓┊help
Problem with the layout after the upgrade to 3.2.11
aaa nice one
18 replies
FFilament
Created by gheorghelupu17 on 10/28/2024 in #❓┊help
Problem with the layout after the upgrade to 3.2.11
and after this add it in panel viteTheme
18 replies
FFilament
Created by gheorghelupu17 on 10/28/2024 in #❓┊help
Problem with the layout after the upgrade to 3.2.11
make a theme.css with this content theme.css:
@import '/vendor/filament/filament/resources/css/theme.css';
@tailwind base;
@tailwind components;
@tailwind utilities;


@config 'tailwind.config.js';
@import '/vendor/filament/filament/resources/css/theme.css';
@tailwind base;
@tailwind components;
@tailwind utilities;


@config 'tailwind.config.js';
and this is for tailwind.config.js
import preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
presets: [preset],
content: [
'./app/Filament/Customer/**/*.php',
'./resources/views/filament/customer/**/*.blade.php',
'./vendor/filament/**/*.blade.php',
'./vendor/ralphjsmit/laravel-filament-activitylog/resources/**/*.blade.php',
],
}
import preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
presets: [preset],
content: [
'./app/Filament/Customer/**/*.php',
'./resources/views/filament/customer/**/*.blade.php',
'./vendor/filament/**/*.blade.php',
'./vendor/ralphjsmit/laravel-filament-activitylog/resources/**/*.blade.php',
],
}
18 replies
FFilament
Created by gheorghelupu17 on 10/28/2024 in #❓┊help
Problem with the layout after the upgrade to 3.2.11
This issue is in the entire filament, not only on the custom page,
18 replies
FFilament
Created by gheorghelupu17 on 10/28/2024 in #❓┊help
Problem with the layout after the upgrade to 3.2.11
What do you mean?
18 replies
FFilament
Created by gheorghelupu17 on 10/28/2024 in #❓┊help
Problem with the layout after the upgrade to 3.2.11
I already did it, too 🙂
18 replies
FFilament
Created by gheorghelupu17 on 10/28/2024 in #❓┊help
Problem with the layout after the upgrade to 3.2.11
no
18 replies
FFilament
Created by gheorghelupu17 on 10/28/2024 in #❓┊help
Problem with the layout after the upgrade to 3.2.11
I already did, It's not helping
18 replies