mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add softspring media-bundle (#1641)
* Add softspring media-bundle * Add postinstall
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
imports:
|
||||
- { resource: '@SfsMediaBundle/config/security/admin_role_hierarchy.yaml' }
|
||||
|
||||
sfs_media:
|
||||
driver: filesystem
|
||||
filesystem:
|
||||
path: '%kernel.project_dir%/public/media'
|
||||
url: '/media'
|
||||
media:
|
||||
admin_controller: true
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Softspring\\MediaBundle\\SfsMediaBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "config/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
* The <fg=green>SfsMediaBundle</> is ready to use.
|
||||
* <fg=blue>Read</> the documentation at <comment>https://github.com/softspring/media-bundle/blob/5.2/README.md</>
|
||||
Reference in New Issue
Block a user