F
Filamentβ€’4mo ago
KEANUH

Filament works with npm by default, but I need use yarn

I will try to use this command: php artisan make:filament-theme --pm=yarn but it doesn't work because of the filament, it doesn't work with yarn the documentation doesn't say anything about how to install or use yarn with filament
Solution:
Solved, thanks flu
Jump to solution
4 Replies
Flu
Fluβ€’4mo ago
hey what's not working about it ? php artisan make:filament-theme --pm=yarn is a valid command
Flu
Fluβ€’4mo ago
https://github.com/Log1x/filament-starter Thers a kit here too using yarn
GitHub
GitHub - Log1x/filament-starter: A beautiful starting point for you...
A beautiful starting point for your next TALL stack project using Filament. ⚑ - Log1x/filament-starter
KEANUH
KEANUHβ€’4mo ago
interesting thanks I'll see :), in my case doesnt work but i dont know why.. but it is good to know what can be done πŸ™‚ thanks
Solution
KEANUH
KEANUHβ€’4mo ago
Solved, thanks flu