Making Installable Extension From ext-template repo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • macMonkey
    Junior Member
    • Nov 2024
    • 18

    Making Installable Extension From ext-template repo

    I've read the official development documentation(partialy) and also fully read the information on the ext-template repo. Is there any site on web where someone has explained the extension structure (what file goes where, certain rules i need to follow in directories etc) and how to make a basic one?
  • yuri
    Member
    • Mar 2014
    • 8574

    #2
    This article may help https://docs.espocrm.com/development...m-entity-type/

    Don't forget to properly configure IDE. Metadata JSON schema completion in IDE is very helpful. There are very few predefined/conventional paths: e.g. module folders, entities.. Locations of files are usually defined by metadata and can be any you like.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...