2017 © Pedro Peláez
 

project yii2-file-manager

File Manager Module for Yii2

image

gevman/yii2-file-manager

File Manager Module for Yii2

  • Friday, July 20, 2018
  • by gevorgmansuryan
  • Repository
  • 1 Watchers
  • 8 Stars
  • 61 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 24 % Grown

The README.md

File Manager Module for Yii2

add this to web.php, (*1)

'bootstrap' => [/* other, */'file-manager'/*, other*/],
// and
'modules' => [
    /* other, */
    'file-manager' => [
        'class' => Gevman\FileManager\Module::class,
        'returnFullPath' => false,
        'uploadFolder' => '/uploads',
        'allowedExtensions' => [
            'images' => ['jpg', 'png', 'gif'],
        ],
        'cacheComponent' => 'cache',
        'beforeAction' => function() {
            if (Yii::$app->user->isGuest) {
                throw new \yii\web\ForbiddenHttpException(Yii::t('yii', 'You are not allowed to perform this action.'));
            }
        }
    ],
    /*, other*
],

there is also console command for automating file thumb indexing, (*2)

in console config set @webroot alias first after add this to config file, (*3)

```php 'bootstrap' => [/* other, /'file-manager'/, other/], // and 'modules' => [ / other, / 'file-manager' => [ 'class' => Gevman\FileManager\Module::class, 'returnFullPath' => true, 'uploadFolder' => '/uploads', 'cacheComponent' => 'cache', ], /, other* ],, (*4)

after run php yii file-manager/index-files, (*5)

The Versions

20/07 2018

dev-master

9999999-dev

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

20/07 2018

2.3.2

2.3.2.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

20/07 2018

2.3.1

2.3.1.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

20/07 2018

2.3.0

2.3.0.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

20/07 2018

2.2.7

2.2.7.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

18/07 2018

2.2.6

2.2.6.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

31/01 2018

2.2.5

2.2.5.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

16/01 2018

2.2.4

2.2.4.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

26/10 2017

2.2.3

2.2.3.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

25/10 2017

2.2.2

2.2.2.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

25/10 2017

2.2.1

2.2.1.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

26/09 2017

2.2

2.2.0.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

05/03 2017

2.1

2.1.0.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

05/03 2017

2.0

2.0.0.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

 

by Gevorg Mansuryan

12/02 2017

1.0.2

1.0.2.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Gevorg Mansuryan

12/02 2017

1.0.1

1.0.1.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Gevorg Mansuryan

31/01 2017

1.0.0

1.0.0.0

File Manager Module for Yii2

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Gevorg Mansuryan