extension tutorial

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • elibyy
    Junior Member
    • Aug 2014
    • 8

    extension tutorial

    it would be great if you guys would supply some kind of tutorial for developing extensions
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi

    It would be. But for now you can check how upgrade package is done. Extension package is the same but another type in manifest.
    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

    • elibyy
      Junior Member
      • Aug 2014
      • 8

      #3
      could you at least supply an example manifest or example extension?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        PHP Code:
        {
          "name": "Extension Name",
          "type": "extension",
          "version": "0.1.0",
          "acceptableVersions": [ ],
          "releaseDate": "2014-10-29",
          "author": "My Name",
          "description": ""
        } 
        
        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

        • user
          Junior Member
          • Nov 2014
          • 2

          #5
          Hello.

          Where I can find a guide to writing extensions for js?

          Comment

          • yuri
            Member
            • Mar 2014
            • 8440

            #6
            Documentation how to create an extension
            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...