双元素 / 社交媒体包
内容管理系统(CMS)的社交媒体
v1.1.5
2022-07-29 12:08 UTC
Requires
- php: ^7.1 || ^8.0
- symfony/framework-bundle: ^4.4 || ^5.4
- twin-elements/admin-bundle: ^1.11
Conflicts
- twin-elements/admin-bundle: <1.11.3
README
# 安装
- 在 bundles.php 中添加
TwinElements\SocialMediaBundle\TwinElementsSocialMediaBundle::class => ['all' => true],
3. 添加到 routes.yaml
social_media_admin:
resource: "@TwinElementsSocialMediaBundle/Controller/"
prefix: /admin
type: annotation
requirements:
_locale: '%app_locales%'
defaults:
_locale: '%locale%'
_admin_locale: '%admin_locale%'
options: { i18n: false }