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!
2 Replies
Dennis Koch
Dennis Koch2mo ago
I don't think so. But might be a nice PR. Guess a little edge case though 😅
gladjanus43
gladjanus432mo ago
Haha yeah thought so… copy time for me then!