I update my filament 3 project ( composer update ) and after my panel design not working correctly.
How can i fix it ?
7 Replies
But mobiel devices working correctly
Maybe:
Are you using any plugins? Specifically are you using my plugin AdvancedTables? If so please I released a version this afternoon that addresses this. Also be sure to
npm run build
and php artisan filament:upgrade
"php": "^8.2",
"arbermustafa/filament-locationpickr-field": "^2.0.0",
"bezhansalleh/filament-shield": "^3.2",
"cheesegrits/filament-google-maps": "^3.0",
"filament/actions": "^3.2",
"filament/filament": "^3.2",
"filament/forms": "^3.2",
"filament/notifications": "^3.2",
"flowframe/laravel-trend": "^0.2.0",
"kreait/firebase-php": "^7.10",
"laravel-notification-channels/telegram": "^5.0",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
"matanyadaev/laravel-eloquent-spatial": "^4.2",
"opcodesio/log-viewer": "^3.11",
"psr/simple-cache": "^2.0",
"pusher/pusher-php-server": "^7.2",
"pxlrbt/filament-excel": "^2.3",
"spatie/laravel-backup": "^8.8",
"spatie/laravel-ignition": "^2.6",
"twilio/sdk": "^8.0",
"tymon/jwt-auth": "^2.1"
the problem come back again π i run this comman coposer update and the view is dead ((
Do you have a custom theme? You are probably loading th ebae, utilities etc after the filament defaults are loaded
resources/app.css
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
------
resources/css/filament/admin/theme.css
@import '/vendor/filament/filament/resources/css/theme.css';
@config 'tailwind.config.js';
@tailwind base;
@tailwind components;
@tailwind utilities;
I use only tailwind and Filament. after run composer update and npm install command the page dead
remove this