雪巴哈 / sylius-delivery-slip-plugin
Sylius发货单插件。
0.1.0
2021-09-28 07:29 UTC
Requires
- php: ^7.4 || ^8.0
- sylius/invoicing-plugin: ^0.18
Requires (Dev)
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: 0.12.74
- phpstan/phpstan-doctrine: 0.12.31
- phpstan/phpstan-strict-rules: ^0.12.0
- phpstan/phpstan-webmozart-assert: 0.12.12
- phpunit/phpunit: ^9.5
- sylius-labs/coding-standard: ^3.1
This package is auto-updated.
Last update: 2024-09-28 15:18:39 UTC
README
使用Sylius发票插件添加发货单下载(PDF)。
安装
-
请确保已安装Sylius发票插件
-
使用Composer安装插件
composer require snowbaha/sylius-delivery-slip-plugin
-
将插件类添加到您的
bundles
$bundles = [ Snowbaha\SyliusDeliverySlipPlugin\SnowbahaSyliusDeliverySlipPlugin::class => ['all' => true], ];
-
导入配置
imports: - { resource: "@SnowbahaSyliusDeliverySlipPlugin/Resources/config/config.yml" }
-
导入路由
snowbaha_sylius_delivery_slip_plugin_admin: resource: "@SnowbahaSyliusDeliverySlipPlugin/Resources/config/app/routing/admin.yml" prefix: /%sylius_admin.path_name%
-
清除缓存
php bin/console cache:clear
-
自定义翻译和PDF模板,更多信息请参阅文档