Why Filament Custom theme generating path like this in tw config 'is it bug or im doing it wrong'

tailwind.config.js
import preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
presets: [preset],
content: [
'./app/Filament/F:\1_Dev_G\php_laravel\laravel-livewire\laravel-livewire-ecom\app\Filament\Shop\Clusters\Settings\**/*.php',
'./resources/views/filament/f:\1_-dev_-g\php_laravel\laravel-livewire\laravel-livewire-ecom\app\-filament\-shop\-clusters\-settings\**/*.blade.php',
'./vendor/filament/**/*.blade.php',
],
}
import preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
presets: [preset],
content: [
'./app/Filament/F:\1_Dev_G\php_laravel\laravel-livewire\laravel-livewire-ecom\app\Filament\Shop\Clusters\Settings\**/*.php',
'./resources/views/filament/f:\1_-dev_-g\php_laravel\laravel-livewire\laravel-livewire-ecom\app\-filament\-shop\-clusters\-settings\**/*.blade.php',
'./vendor/filament/**/*.blade.php',
],
}
I generated this using php artisan make:filament-theme for shop panel I can manually configure it but it is weird !!
Solution:
you could try to update Filament, current version is 3.2.92 try to generate it using linux.....
Jump to solution
4 Replies
LeandroFerreira
php artisan about --only=Filament What is the Filament version? What is the o system?
Nick Ruddra
Nick Ruddra3d ago
my FIlament version is 3.2.29 and I work in both arch linux and windows for same project and this theme is generated when i was in windows !
Solution
LeandroFerreira
you could try to update Filament, current version is 3.2.92 try to generate it using linux..
Nick Ruddra
Nick Ruddra3d ago
Although I fixed the problem by manually configure it! I will regenarate theme again after updating filament version in linux and windows and give you an update what is the situation all is ok! now its generating correctly in both windows and linux! all i have to do is update the version! I started my project about 2 week ago so I thought there is no need to update any packege! -_- sorry my bad!
Want results from more Discord servers?
Add your server
More Posts
ERR_CONNECTION_REFUSED uploading files to resourcesHi, I have a project made with filament, which works correctly. The problem is that I have created aModal submit action button is white text on white background - I can't figure out how to change thatI may have done something wrong but I haven't yet customized any CSS in this application - I can't fMake a link that selects an option in a Select componentI've got a Form with a Select component with lots of options. I want to create a link saying "CustomTextInput numeric fields are edited by mouse scrolling with ->live() methodIs there a way to disable this behavior? We need the fields to be live for live validation, but the Create landing page - stop redirect to loginI am trying to make a page at /welcome, but i keep getting redirected to /login. How can I fix this?Query scopingI have a model called survey that has a relationship to a model called pipe. Pipe has a json columnRegistering asset in pluginI am building a plugin which adds all agenda related views. I need some javascript for the headers tFilament 3 custom view page for relation manager classHi, I searched for a couple of hours and I still can't find information about how to create a custoambiguous column name: idHello, I have an exporter on my User relation manager. sometimes when I export, it fails with the foHow can I mask a TextField using the "SimpleMaskMoney" library?```php ->mask(RawJs::make(<<<'JS' SimpleMaskMoney.setMask($el); JS)); ``` I tried this way, but