Execute filament commands inside a filament plugin

Hi, I am making a filament plugin which includes resources, models, relationmanagers, etc...

Is there a possibility to use the filament commands like make:filament-resource inside the package folder and it creating the files in the correct place? I have a src folder, and currently I am copying everything from the main app to the plugin but this is not a very nice way of working...

I allready tried adding a path to the command like /packages/.../.../SomeResource but this still places it in the app folder

Thanks!
Was this page helpful?