Using composer in extensions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SuperEwald
    Junior Member
    • Jun 2018
    • 9

    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.
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #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

    • emillod
      Active Community Member
      • Apr 2017
      • 1456

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


      Comment

      Working...