2017 © Pedro Peláez
 

symfony-bundle file-manage-bundle

Symfony file manager bundle

image

nks/file-manage-bundle

Symfony file manager bundle

  • Friday, March 17, 2017
  • by konstantin-nizhinskiy
  • Repository
  • 1 Watchers
  • 3 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 47 % Grown

The README.md

FileManagerBundle

File manager symfony bundle, (*1)

Setup

composer

    $ composer require nks/file-manage-bundle

app/AppKernel.php

    <?php
    // app/AppKernel.php
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new FileManagerBundle\FileManagerBundle(),
            // ...
        );
    }

app/config/routing.yml

FileManagerBundle:
    resource: "@FileManagerBundle/Resources/config/routing.yml"
    prefix:   /fm

Config bundle

file_manager:
  web_dir: "%kernel.root_dir%/../web/" // web directory
  file_manager_dir: "fileManager/" // file manager directory in web
  type_file: // type file load
    - 'jpg'
    - 'png'

@todo

  • fix bug delete folder not clear yml file chain

The Versions

17/03 2017

dev-master

9999999-dev

Symfony file manager bundle

  Sources   Download

MIT

The Requires

 

by Konstantin Nizhinskiy

file symfony tinymce manager

17/03 2017

0.9.4

0.9.4.0

Symfony file manager bundle

  Sources   Download

MIT

The Requires

 

by Konstantin Nizhinskiy

file symfony tinymce manager

19/07 2016

0.9.3

0.9.3.0

Symfony file manager bundle

  Sources   Download

MIT

The Requires

 

by Konstantin Nizhinskiy

file symfony tinymce manager

16/01 2016

0.9.2

0.9.2.0

Symfony file manager bundle

  Sources   Download

MIT

The Requires

 

by Konstantin Nizhinskiy

file symfony tinymce manager

14/01 2016

0.9.1

0.9.1.0

Symfony file manager bundle

  Sources   Download

MIT

The Requires

 

by Konstantin Nizhinskiy

file symfony tinymce manager