Announcement

Collapse
No announcement yet.

How do i develop using Modules

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

  • #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


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

      Comment

      Working...
      X