canaltp / media-manager-bundle
Media Manager Bundle
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 2 732
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 36
Forks: 2
Type:symfony-bundle
Requires
- canaltp/media-manager: 0.0.8
README
What is MediaManagerBundle ?
Bundle of Media Manager to manage all media in a project.
Requirement
Installation
You need composer to install the MediaManagerComponent.
- Open your composer.json in your project
- Add require "canaltp/media-manager": "dev-master"
- Please don't forget to set "post_max_size", "upload_max_filesize" and "max_file_uploads" options in your php.ini
- Add configuration in your app/config/
// config.yml
canal_tp_media_manager:
configurations:
MyApplicationId:
name: MyApplicationName
storage:
type: filesystem
path: /my/storage/path/
url: http://my-medias.local/
strategy: CanalTP\MediaManager\Strategy\DefaultStrategy
How to use MediaManagerBundle ?
Coming Soon
Running MediaManagerBundle Tests
Coming Soon
Contributing
- Rémy Abi-Khalil - remy.abikhalil@canaltp.fr