NotKyle
Installing Filament - Laravel Mix asset's wont compile
I tried this a little while ago, it seems like it may be an issue with some of my front end styles and the filament styles, as soon as i put this new filament/app.css in our layout, some of our elements disappear. so i believe that toeknee is right. I'm also only using mix for my css bundling.
41 replies
Installing Filament - Laravel Mix asset's wont compile
If i look at the elements, i can see the @FilamentStyles are being registered as these 2:
<link href="http://hsh.test/css/filament/forms/forms.css?v=3.3.16.0" rel="stylesheet" data-navigate-track="">
<link href="http://hsh.test/css/filament/support/support.css?v=3.3.16.0" rel="stylesheet" data-navigate-track="">
41 replies
Installing Filament - Laravel Mix asset's wont compile
Do you have any suggestions on how I can troubleshoot the css styles not being present now that i was able to compile all the assets?
I'm not receiving any errors in dev tools, or in my laravel logs, but the styles still don't seem to be applied to my table. I also have the @FilamentStyles (in the header with livewire styles) and @FilamentScripts (in the body with my livewire scripts) in my layout file.
41 replies
Installing Filament - Laravel Mix asset's wont compile
and in the created postcss.config.js file (in my root) i ONLY have the following:
this is what it shows in the documentation https://filamentphp.com/docs/3.x/tables/installation#!
am I missing stuff for this as well?
41 replies
Installing Filament - Laravel Mix asset's wont compile
Sorry if I'm not fully understanding, but Im just trying to use the default themes for now, I assume that tailwind.config.js that you sent is doing that, is there anything else needed for the tailwind config other than what you showed?
and both the postcss.config.js and tailwind.config.js files should be placed at the file root correct?
41 replies