S.V Gubadov
I update my filament 3 project ( composer update ) and after my panel design not working correctly.
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
9 replies
I update my filament 3 project ( composer update ) and after my panel design not working correctly.
"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"
9 replies