`php artisan filament:install --panels` fails for non-admin input

As the title says, the command works if you pass admin to the prompt, but fails with anything else

the errors is
 File does not exist at path /var/www/endor/vendor/filament/support/src/../stubs/PanelProvider.stub.


There is a PanelProvider.stub in my vendor folder, but it's in vendor/filament/*filament*/stubs (not filament/support) folder
I tried all the usual steps (filament:upgrade, deleted vendor folder etc)

Not sure if this is a bug or something with my local setup.

 Filament 
  Packages filament, forms, notifications, support, tables
  Version  v3.0.89
  Views  NOT PUBLISHED

  Livewire  v3.0.10
image.png
Was this page helpful?