How do i develop using Modules

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • m.mayer
    Junior Member
    • Sep 2021
    • 9

    How do i develop using Modules

    The documentation advises you to make all customization's in a Module.
    How would i go about that.
    All customization's made by the Entity Manager are put into the custom Folder.
    When i try to copy these over there always seems to be missing some class Files.
    I know this is a very vague question. I would appreciate a general guideline on developing Modules.
    The documentation is sadly not very detailed on that matter.
  • Kyle
    Senior Member
    • May 2020
    • 143

    #2
    If you copy the files manually you need to update the namespaces in the PHP and scope meta data file

    This code can help if you are building an extension: https://github.com/espocrm/ext-template

    Comment

    • shalmaxb
      Senior Member
      • Mar 2015
      • 1602

      #3
      Hi, best solution you will find here: https://forum.espocrm.com/forum/deve...able-extension

      Comment

      Working...