Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrycrocodic committed Oct 15, 2020
1 parent cf97cfe commit 30d16c8
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 103 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"barryvdh/laravel-dompdf": "0.8.*",
"doctrine/dbal": "~2.3",
"maatwebsite/excel": "^3.1",
"unisharp/laravel-filemanager": "^2.0",
"intervention/imagecache":"^2.3"
},
"autoload": {
Expand Down
11 changes: 1 addition & 10 deletions docs/en/form-filemanager.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# Filemanager Form Type
Upload a file with popup file manager

### File Upload Sample
```php
$this->form[] = ['label'=>'Document','name'=>'document','type'=>'filemanager','filemanager_type'=>'file'];
```

### Image Upload Sample
```php
$this->form[] = ['label'=>'Photo','name'=>'photo','type'=>'filemanager','filemanager_type'=>'image'];
```
Sorry this type is currently not available / in research.

## What's Next
- [How To Make The Graded Select Boxes (Parent Select -> Child Select -> Etc..)](./how-make-graded-select-box.md)
Expand Down
3 changes: 0 additions & 3 deletions src/views/default/type_components/filemanager/asset.blade.php

This file was deleted.

63 changes: 0 additions & 63 deletions src/views/default/type_components/filemanager/component.blade.php

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions src/views/default/type_components/filemanager/info.json

This file was deleted.

0 comments on commit 30d16c8

Please sign in to comment.