I would love to figure out a way to include my hooks for a package. The Primary reason of doing this is to have a nice pretty file for backup in the event I need to reupload a copy.
After much research I have not found a way of doing this.
I’m sure others have had the same issue and it would be great for the SuiteCRM community to learn how to do this. We need more packages tacking advantage of this particular setup. I do feel SuiteCRM can be a proper fully functional fork of SugarCRM.
If you mean include logic hooks into your custom modules then this is actually quite easy. Give me a more detailed explaination of what your trying to do?
I am assuming you are creating custom modules via the module builder in suitecrm then deploying the module and then adding in logic hooks to the code once its deployed?
Its really as simple as including your custom hook files into the installable zip archive that is created when you publish your custom module then adding in the appropriate lines to manifest file which will tell the installer where to put the files when you install the module.