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
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-16