twin-elements / social-media-bundle
Social media for CMS
Package info
github.com/twin-elements/social-media-bundle
Type:symfony-bundle
pkg:composer/twin-elements/social-media-bundle
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
#Installation 1.composer
- in bundles.php add
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 }