2017 © Pedro PelĆ”ez
 

symfony-bundle media-library-bundle

This bundle of symfony2/3

image

baconmanager/media-library-bundle

This bundle of symfony2/3

  • Thursday, June 1, 2017
  • by adanfm
  • Repository
  • 7 Watchers
  • 1 Stars
  • 607 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 2 Versions
  • 16 % Grown

The README.md

BaconMediaLibraryBundle

Este bundle Ć© responsavel por adicionar recurso de biblioteca de midia estilo do wordpress. Este bundle Ć© integrado com LiipImagineBundle, OneupUploaderBundle e o KnpGaufretteBundle., (*1)

InstalaĆ§Ć£o

Para instalar o bundle basta rodar o seguinte comando abaixo:, (*2)

$ composer require baconmanager/media-library-bundle

Agora adicione os seguintes bundles no arquivo AppKernel.php:, (*3)

<?php
// app/AppKernel.php
public function registerBundles()
{
    // ...
    new Oneup\UploaderBundle\OneupUploaderBundle(),
    new Bacon\Bundle\MediaLibraryBundle\BaconMediaLibraryBundle(),
    new Knp\Bundle\GaufretteBundle\KnpGaufretteBundle(),
    new FOS\JsRoutingBundle\FOSJsRoutingBundle(),
    new Liip\ImagineBundle\LiipImagineBundle(),
    // ...
}

HĆ” 2 opƧƵes de configuraĆ§Ć£o ou vocĆŖ importa o arquivo de configuraĆ§Ć£o do bundle ou adiciona as configuraƧƵes no arquivo app/config/config.yml., (*4)

    - { resource: "@BaconMediaLibraryBundle/Resources/config/config.yml"}

Adicionar as seguintes linhas no arquivo app/config/routing.yml services:, (*5)

bacon_media_library:
    resource: "@BaconMediaLibraryBundle/Controller/"
    type:     annotation
    prefix:   /

Configurar os demais bundles conforme sua documentaĆ§Ć£o, (*6)

The Versions

01/06 2017

dev-master

9999999-dev

This bundle of symfony2/3

  Sources   Download

MIT

The Requires

 

by Adan Felipe Medeiros

19/09 2016

v0.1

0.1.0.0

This bundle of symfony2/3

  Sources   Download

MIT

The Requires

 

by Adan Felipe Medeiros