Hi I’m trying to make a package for phoenix projects. It would contain a controller, view and templates. It would also use Ecto. Maybe it’s own router it that’s what’s needed. Maybe an overridable view
I’m having trouble figuring out how to do it without knowing the name of the app it will go into (Web). This matters for things like using the helpers, etc
Anyone have any advice on how to make a package for phoenix apps like this?
I’ve made plenty of plug packages, but I think this one would need to be dependent on Phoenix. Also I’m just curious if anyone has done something like this before.
It’s an admin thing for the curious.