双元素/社交媒体包

内容管理系统(CMS)的社交媒体

安装: 113

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

v1.1.5 2022-07-29 12:08 UTC

This package is auto-updated.

Last update: 2024-09-29 06:20:20 UTC


README

# 安装

  1. 在 bundles.php 中添加
  2. 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 }