Giter VIP home page Giter VIP logo

extension-framework's Introduction

UVDesk Extension Framework Bundle

The extension framework bundle empowers merchants and developers alike with the ability to utilize the full benefits of the uvdesk community.

Whether you're a merchant looking for solutions to extend the capabilities of your helpdesk system, or a developer looking to roll out their own solutions for other merchants to use, the extension framework bundle provides you with all the tools necessary to easily build powerful integrations.

Installation

Before installing, make sure that you have Composer installed.

To require the extension framework bundle into your uvdesk community helpdesk project, simply run the following from your project's root:

$ composer require uvdesk/extension-framework

Installing packages

To add packages to your helpdesk system, simply copy the desired packages into your project's apps directory as per the name of the package.

Example: Suppose if we want to integrate the uvdesk/ecommerce package to our helpdesk system, we'll simply copy the package to the apps/uvdesk/ecommerce directory relative to our project's root.

Once you've copied all the packages you would like to integrate into your helpdesk system, run the following command from your project's root:

$ php bin/console uvdesk_extensions:configure-extensions

This command will automatically search and configure any available packages found within the apps directory. Once your packages have been configured successfully, they are ready for use.

Please Note:

Although running this command alone should take care of the entire package installation process, your helpdesk system may require some futher additional configurations varying from package to package in order to ensure they work as expected.

Therefore, it is usually a good idea to also follow up running the extension configurations command with the following commands as well:

$ php bin/console assets:install
$ php bin/console doctrine:migrations:diff
$ php bin/console doctrine:migrations:migrate

These commands will install any missing web assets as well as update your database with any entities found within the packages.

License

The UVDesk Extension Framework Bundle and libraries included within the bundle are released under the MIT or BSD license.

extension-framework's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.