eberkund
Well-known member
Hello, I have done a lot of development with Laravel and now I am trying to get into XenForo to create an add-on for my site.
One thing that was't clear to me from the docs was what functionality is available for me to reuse in my add-on. For example, what if I am not trying to override an entity but want to create a new entity which is a distinct entity in my application but uses a lot of the same functionality of one that already exists? Same goes for stuff like, the editor, validation logic - clearly a lot of this stuff exists within XF core already. But when creating an add-on is it necessary to rewrite any of this stuff?
Thanks
One thing that was't clear to me from the docs was what functionality is available for me to reuse in my add-on. For example, what if I am not trying to override an entity but want to create a new entity which is a distinct entity in my application but uses a lot of the same functionality of one that already exists? Same goes for stuff like, the editor, validation logic - clearly a lot of this stuff exists within XF core already. But when creating an add-on is it necessary to rewrite any of this stuff?
Thanks
Last edited: