18 Replies
You need to install composer
I did
and you ran php ./configure.php ? and npm install && npm run build
Yep
Im gonna delete the entire repo and try again..
Same π€·
You building a theme?
No just a field with some custom css
Unsure why it's going for css/theme since that's a theme. Mine goes for my plugin css file
This is in the default css file
Removing it will work but then the next error comes up:
I can't remember this happening on my first 2 plugins. π€
And if filament is installed with composer in the plugin then.... it should exist
filament-forms
not filamentphp by the looks of it
Solution
"filament/filament": "^3.0",
Mmm, my select tree has the same composer.json file where it does work π€
But yea this works!
Maybe something changed with the template between now and then π
Sounds like you selected only for forms
It should be only for forms since its a field.
So you'll need to really import the field css which should exist somehwere in forms.
Might have too much natively
Looks like this works fine, lets hope it not the "wrong" way.