dmstr / yii2-filemanager-widgets
A very smart filemanager to manage your files in the browser developed in AngularJS with Material-Design
Installs: 49 053
Dependents: 0
Suggesters: 1
Security: 0
Stars: 5
Watchers: 9
Forks: 4
Open Issues: 1
Type:yii2-extension
Requires
- dmstr/yii2-filefly-module: ^1.7.0-rc1
- kartik-v/yii2-widget-select2: ^2.0.0
- rmrevin/yii2-fontawesome: ~2.9
- yii2assets/yii2-fullscreen-modal: ^1.0.2
- yiisoft/yii2: *
Suggests
- pheme/yii2-settings: Allows more advanced settings fpr e.g. FileManagerWidget
- dev-master
- 1.3.0
- 1.3.0-rc1
- 1.2.0
- 1.1.0-rc10
- 1.1.0-rc9
- 1.1.0-rc8
- 1.1.0-rc7
- 1.1.0-rc6
- 1.1.0-rc5
- 1.1.0-rc4
- 1.1.0-rc3
- 1.1.0-rc2
- 1.1.0-rc1
- 1.0.0-beta3
- 1.0.0-beta2
- 1.0.0-beta1
- 1.0.0-alpha1
- 0.7.0-beta1
- 0.6.11
- 0.6.10
- 0.6.9
- 0.6.8
- 0.6.7
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.6.0-rc2
- 0.6.0-rc1
- 0.6.0-beta3
- 0.6.0-beta2
- 0.6.0-beta1
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.1
- 0.1.0
- dev-feature/update-angular-app
- dev-feature/angular-options
- dev-feature/scoped-less
- dev-feature/custom-item-urls
- dev-feature/fix
- dev-feature/filemanager-thumbnails-view-update
- dev-feature/filemanager-thumbnails-update
- dev-feature/image-preview-template
- dev-feature/fix-bugs
- dev-feature/fixed-right-click-bug
This package is auto-updated.
Last update: 2024-10-20 10:35:45 UTC
README
A very smart filemanager to manage your files in the browser developed in AngularJS with Material-Design
Installation
Global ENV variables
Filemanager widget
General usage
echo \hrzg\filemanager\widgets\FileManagerWidget::widget();
Use in TWIG templates:
{{ use ('hrzg/filemanager/widgets') }}
{{ file_manager_widget_widget() }}
Input widget
General usage
echo \hrzg\filemanager\widgets\FileManagerInputWidget::widget(['name' => 'myInputWidget']);
Use it with an ActiveForm
echo $form->field($model, 'image')->widget('\hrzg\filemanager\widgets\FileManagerInputWidget');
Use in TWIG templates:
{{ use ('hrzg/filemanager/widgets') }}
{{ file_manager_input_widget_widget({"name" : "myInputWidget"}) }}