Announcement

Collapse
No announcement yet.

Using composer in extensions

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

  • Using composer in extensions

    Hey there,
    Im currently working on a extension which adds an integration for Baikal (CalDav). For this purpose, I want to use the sabre/dav libraries.

    Is there any supported way to add composer libraries inside an extension ?

    Thanks for answers beforehand!
    Regards, SuperEwald
    Last edited by SuperEwald; 06-19-2018, 05:23 PM.

  • #2
    All the logic of your extension is better to put in your own Module
    Extensions allow you to add extra functionality to EspoCRM. They can be installed by Administrator panel under Customization section. We will show you how to create the extension package of Project Management (PM) module described in this post Customization: How to create custom entity.


    in folder application/Espo/Modules/{YourModule} you can add composer.

    Comment


    • #3
      We recorded video about how to create extension with composer packages.


      Comment

      Working...
      X