承接 jacobn/extension-framework 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jacobn/extension-framework

最新稳定版本:v1.1.0.6

Composer 安装命令:

composer require jacobn/extension-framework

包简介

Jacobn Community Helpdesk Extension Framework Bundle

README 文档

README

Latest Stable Version Total Downloads License connect on gitter

The extension framework bundle empowers merchants and developers alike with the ability to utilize the full benefits of the jacobn 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 jacobn community helpdesk project, simply run the following from your project's root:

$ composer require jacobn/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 jacobn/ecommerce package to our helpdesk system, we'll simply copy the package to the apps/jacobn/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 Jacobn Extension Framework Bundle and libraries included within the bundle are released under the MIT or BSD license.

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 21
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-04-09