Announcement

Collapse
No announcement yet.

Vendor libraries for extensions

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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...
    X