Skip to content

twin-elements/social-media-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 }