itk-dev/web-accessibility-statement-bundle
最新稳定版本:2.0.0
Composer 安装命令:
composer require itk-dev/web-accessibility-statement-bundle
包简介
Web accessibility statement bundle
README 文档
README
Adds a route, /was, for redirecting to the web accessibility statement for a
Symfony site.
Installation
composer require itk-dev/web-accessibility-statement-bundle
If not done automatically, add ItkDevWebAccessibilityStatementBundle to your
bundles:
# bundles.php return [ …, ItkDev\WebAccessibilityStatementBundle\ItkDevWebAccessibilityStatementBundle::class => ['all' => true], ];
Include the route:
# config/routes.yaml was_bundle: resource: '@ItkDevWebAccessibilityStatementBundle/Resources/config/routing.php'
Define the url to your web accessibility statement in .env.local:
WEB_ACCESSIBILITY_STATEMENT_URL=https://example.com/was
统计信息
- 总下载量: 915
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-22