2017 © Pedro Peláez
 

symfony-bundle mmmmediabundle

YAMB -> Yet another Media bundle

image

mandarinmedien/mmmmediabundle

YAMB -> Yet another Media bundle

  • Wednesday, July 11, 2018
  • by MM-Psiiirus
  • Repository
  • 4 Watchers
  • 0 Stars
  • 136 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 44 Versions
  • 10 % Grown

The README.md

MMMediaBundle

Append to app/AppKernel.php

...
    public function registerBundles()
    {
        $bundles = array(
            ...
            new MandarinMedien\MMMediaBundle\MMMediaBundle(),
            ...
            );
    ....
    }
...

Append to app/config/config.yml

...
imports:
    - { resource: '@MMMediaBundle/Resources/config/config.yml' }
...

Append to App/config/routing.yml

...
mm_media:
    resource: "@MMMediaBundle/Resources/config/routing.yml"
    prefix:   /mmmedia
...

Create web/media folder to store images

...
shell: mkdir PROJECT_ROOT/web/media
...

Use MMMediaBundle in your Entities

You need to use the MediaSortable Entity of this bundle to have sortable Media. For a collection of media, use an unidirectional manyToMany-association and for single media an unidirectional oneToOne. To avoid garbage in your database, make sure to set the orphanRemoval flag., (*1)

eg. yaml configuration for single media:

...
    oneToOne:
        titleImage:
            targetEntity: MandarinMedien\MMMediaBundle\Entity\MediaSortable
            cascade:
              - persist
              - remove
...

eg. yaml configuration for media collection:

...
    manyToMany:
        medias:
            targetEntity: MandarinMedien\MMMediaBundle\Entity\MediaSortable
            orderBy: { 'position': 'ASC' }
            joinColumn:
                name: media_sortable_id
                referencedColumnName: id
            cascade:
                - persist
                - remove
            orphanRemoval: true
...

Add all needed Assets to your layout

To make the MMMediaBundle-UploadWidget work properly you need to add the necessary CSS and the JS files. Your can just copy this part below or add @mmmedia_assets_css and @mmmedia_assets_js into your asset calls., (*2)

Twig-Example:

...
    {% stylesheets '@mmmedia_assets_css' %}
    <link rel="stylesheet" href="{{ asset_url }}" />
    {% endstylesheets %}

    {% javascripts '@mmmedia_assets_js' %}
    <script src="{{ asset_url }}"></script>
    {% endjavascripts %}
...

FormType Options

...

    $builder          
        ->add('medias', 'mmmedia_upload_collection', array(

            // optional: configure allowed filetypes by file-extensions 
            'allowed_filetypes' => array( 
                '.jpg', '.png', '.gif'
            )

        ));

...

The Versions

11/07 2018

dev-MM-Psiiirus-symfony-4

dev-MM-Psiiirus-symfony-4

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

08/06 2018

dev-master

9999999-dev

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

08/06 2018

2.2.5

2.2.5.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

12/02 2018

dev-develop

dev-develop

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

12/02 2018

2.2.4

2.2.4.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

05/02 2018

2.2.3

2.2.3.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

11/01 2018

0.2.2

0.2.2.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

11/01 2018

2.2.2

2.2.2.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

11/01 2018

2.2.1

2.2.1.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

11/01 2018

2.2.0

2.2.0.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

14/09 2017

2.x-dev

2.9999999.9999999.9999999-dev

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

14/09 2017

2.1.12

2.1.12.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

13/09 2017

2.1.11

2.1.11.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

13/09 2017

2.1.10

2.1.10.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

13/09 2017

2.1.9

2.1.9.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

13/09 2017

2.1.8

2.1.8.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

11/09 2017

2.1.7

2.1.7.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

05/09 2017

2.1.5

2.1.5.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

07/08 2017

2.1.6

2.1.6.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

07/08 2017

2.1.4

2.1.4.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

19/07 2017

2.1.3

2.1.3.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

19/06 2017

2.1.2

2.1.2.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

07/03 2017

2.1.1

2.1.1.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

06/03 2017

2.1

2.1.0.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

21/02 2017

2.0.6

2.0.6.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

21/02 2017

2.0.5

2.0.5.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

21/02 2017

2.0.4

2.0.4.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

20/02 2017

2.0.3

2.0.3.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

24/11 2016

2.0.2

2.0.2.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

24/11 2016

2.0.1

2.0.1.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

14/07 2016

2.0

2.0.0.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

14/07 2016

1.x-dev

1.9999999.9999999.9999999-dev

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

14/07 2016

1.0

1.0.0.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

13/07 2016

dev-feature/symfony-3-support

dev-feature/symfony-3-support

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

26/01 2016

0.1.5.3

0.1.5.3

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

21/01 2016

0.1.5.1

0.1.5.1

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

21/01 2016

0.1.5

0.1.5.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

19/01 2016

0.1.4.1

0.1.4.1

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

19/01 2016

0.1.4

0.1.4.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

19/01 2016

0.1.3

0.1.3.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

18/01 2016

0.1.2.1

0.1.2.1

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

14/01 2016

0.1.2

0.1.2.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

14/01 2016

0.1.1

0.1.1.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle

14/01 2016

0.1.0

0.1.0.0

YAMB -> Yet another Media bundle

  Sources   Download

MIT

The Requires

 

by christof
by Toni

media bundle