How do i develop using Modules

Collapse
X
 
  • Time
  • Show
Clear All
new posts

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

    Leave a comment:


  • Kyle
    replied
    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

    Leave a comment:


  • m.mayer
    started a topic How do i develop using Modules

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