Vendor libraries for extensions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alasdaircr
    Active Community Member
    • Aug 2014
    • 525

    Vendor libraries for extensions

    Are there any suggestions on how to deal with extensions which make use of 3rd party libraries? In particular autoloading of classes etc
  • tarasm
    Super Moderator
    • Mar 2014
    • 573

    #2
    You can use an autoload file. Just create a file into "application/Espo/Modules/<YOUR_MODULE>/Resources/autoload.json" with the content:
    Code:
    { 
        "LIB_NAME": "LIB_PATH"
    }
    Job Offers and Requests

    Comment

    Working...