social media aggregator bundle
1.0.0
Symfony Bundle to combine messages from different social media platforms into one feed.

*= Not implemented yet.
composer require milosa/social-media-aggregator-bundle
Todo
To use React:
php bin/console assets:install public in your application, to copy the JS and CSS files from the bundle to your project.framework.yaml file:
framework:
assets:
packages:
milosasocialmediaaggregator:
# this package uses its own manifest (the default file is ignored)
json_manifest_path: "%kernel.project_dir%/public/bundles/milosasocialmediaaggregator/build/manifest.json"<link rel="stylesheet" type="text/css" href="{{ asset('/bundles/milosasocialmediaaggregator/build/app.css', 'milosasocialmediaaggregator') }}">
<script src="{{ asset('/bundles/milosasocialmediaaggregator/build/app.js', 'milosasocialmediaaggregator') }}"></script><div id="aggregator-app"></div>