定制 alengo/alengo-voucher-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

alengo/alengo-voucher-bundle

最新稳定版本:0.4.3

Composer 安装命令:

composer require alengo/alengo-voucher-bundle

包简介

Voucher Bundle

README 文档

README

GitHub license GitHub tag (latest SemVer) Sulu compatibility

Requirements

  • PHP 8.1
  • Symfony >=6.0

Install the bundle

Execute the following composer command

composer require alengo/alengo-voucher-bundle

Enable the bundle

Enable the bundle by adding it to the list of registered bundles in the config/bundles.php file of your project:

return [
    /* ... */
    Alengo\Bundle\AlengoVoucherBundle\AlengoVoucherBundle::class => ['all' => true],
];
bin/console do:sch:up --force

Configure the Bundle

Set the following config in your routes_admin.yaml

app.voucher_categories_api:
   type: rest
   resource: Alengo\Bundle\AlengoVoucherBundle\Controller\Admin\VoucherCategoriesController
   prefix: /admin/api
   name_prefix: app.

app.voucher_orders_api:
   type: rest
   resource: Alengo\Bundle\AlengoVoucherBundle\Controller\Admin\VoucherOrdersController
   prefix: /admin/api
   name_prefix: app.

Define if you want to query vouchers per webspace /config/packages/alengo_voucher.yaml

   alengo_voucher:
       per_webspace: true

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-23