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?
Announcement
Collapse
No announcement yet.
Making Installable Extension From ext-template repo
Collapse
X
-
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.
- Likes 1
Comment