Download the PHP package de-luxis/yii2-simple-filemanager without Composer
On this page you can find all versions of the php package de-luxis/yii2-simple-filemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download de-luxis/yii2-simple-filemanager
More information about de-luxis/yii2-simple-filemanager
Files in de-luxis/yii2-simple-filemanager
Package yii2-simple-filemanager
Short Description Simple filemanager for yii2 framework
License MIT
Informations about the package yii2-simple-filemanager
Yii2 simple filemanager
A simple file manager. Having minimal dependencies, but great opportunities for expansion.
Features
- Do not need a database. Consequently, there are no migrations.
- It's simple.
TODO
- Preview for images.
- Extended information about files.
- Possibility to limit the types of downloaded files through the configuration.
- Add support RBAC.
Screenshots
Basic app template
Empty files. Basic app template i18n.
Submodule.
Submodule i18n.
Installation
Run the command.
composer require de-luxis/yii2-simple-filemanager
Or add to your composer.json
"de-luxis/yii2-simple-filemanager": "*"
Now, register the module in the configuration of your application.
On an example of the basic application template config/web.php
The file manager will be available at index.php?r=filemanager
Submodule
The file manager can be included as a submodule. For example, for your administration panel. To do this, in the method of initializing your module, you need to add an entry that the file manager will connect.
With the help of a record as access
you can regulate access rights.
All versions of yii2-simple-filemanager with dependencies
yiisoft/yii2 Version *
yiisoft/yii2-bootstrap Version *
yidas/yii2-fontawesome Version ~2.0.0