To help with plugin/package dev, allow specifying namespace in artisan make commands? #2040
ChrisHardie
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
It's definitely a problem, but you'd still need an app to actually execute the commands though, right? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In building a custom package that includes Filament and provides Filament resources, I'm having to generate Filament resources in a test Laravel app and then copy those over from
app/Filament
to the package'ssrc/Filament
directory and then update all of thenamespace
anduse
statements accordingly.I wonder, would it be useful to submit a PR to the Filament "make" commands to allow the user to specify a different namespace for Filament in the resulting generated files? Or is this a limited enough use case that it's not worth it?
Beta Was this translation helpful? Give feedback.
All reactions