https://github.com/martin1982/media-maestro-bundle
Symfony media publication bundle
https://github.com/martin1982/media-maestro-bundle
Last synced: 2 months ago
JSON representation
Symfony media publication bundle
- Host: GitHub
- URL: https://github.com/martin1982/media-maestro-bundle
- Owner: Martin1982
- License: mit
- Created: 2019-08-19T14:47:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T15:16:06.000Z (over 5 years ago)
- Last Synced: 2025-01-05T04:43:38.135Z (4 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Installation
------------1) `composer require martin1982/media-maestro-bundle`
2) Import routing in routing file:
````
media_maestro:
resource: "@MediaMaestroBundle/Resources/config/routing/routes.xml"
prefix: /media
````