定制 howmas/pimcore-ensure 二次开发

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

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

howmas/pimcore-ensure

最新稳定版本:0.0.1

Composer 安装命令:

composer require howmas/pimcore-ensure

包简介

HowMAS Pimcore Ensure

关键字:

README 文档

README

HowMAS Admin Bundle

Installation

Install by command line:

    composer require howmas/pimcore-ensure
    # or
    composer require howmas/pimcore-ensure --ignore-platform-req=ext-amqp

Update config/bundles.php file:

    return [
        ....
        HowMAS\PimcoreEnsureBundle\HowMASPimcoreEnsureBundle::class => ['all' => true],
        Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
    ];

Step by step

Route /asset/webdav

Update config/package/security.yaml to disallow access route /asset/webdav:

firewalls:
    ...
    pimcore_webdav:
        pattern: ^/asset/webdav
        provider: pimcore_admin
        #http_basic: ~

Route /js/routing

Add code to the top top of config/routes.yaml to allow only admin access route /js/routing:

fos_js_routing:
    path: '/js/routing'
    controller: HowMAS\PimcoreEnsureBundle\Controller\Security\JsRoutingController::indexAction
    methods: GET

_pimcore:
    resource: "@PimcoreCoreBundle/config/routing.yaml"

Note

Config timezone

Update config/config.yaml:

pimcore:
    ...
    general:
        timezone: Asia/Ho_Chi_Minh

Enviroment variables example

# Redis config
HOWMAS_REDIS_PREFIX_SEED=howmas_app
HOWMAS_REDIS_DEFAULT_LIFETIME=31536000
HOWMAS_REDIS_PROVIDER=redis://127.0.0.1:6379/10

# SMTP email config
HOWMAS_MAILER_DSN=smtp://exmaple@gmail.com:xxxxxxxxxxxx@smtp.gmail.com:587

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固