twin-elements/social-media-bundle

Social media for CMS

Installs: 115

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/twin-elements/social-media-bundle

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

This package is auto-updated.

Last update: 2025-09-29 02:50:56 UTC


README

#Installation 1.composer

  1. in bundles.php add
  2. TwinElements\SocialMediaBundle\TwinElementsSocialMediaBundle::class => ['all' => true],

3.Add to 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 }