Skip to content

Commit

Permalink
Add new version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkit committed Nov 3, 2016
1 parent 6d9f7a4 commit ddd29fa
Show file tree
Hide file tree
Showing 39 changed files with 2,142 additions and 3,317 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Thumbs.db
/vendor
/tests/tmp
/tests/data/files/tmp
/build-docs
/build-api
32 changes: 9 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,23 @@

## Features

- AJAX upload
- Support multiple file uploads
- Validations of file
- Presets for files
- Use [flysystem](https://flysystem.thephpleague.com/)
- Multiple file uploads
- Presets (resize, crop) for files
- Create thumbnails on the fly or after upload
- Check the owner of a file
- Storing information about a file in the database
- Ability to use any component for working with files (resize, crop, etc)
- Ability to change the way of storing files

## Introduction

The basic idea is that each file has an owner (model).
After saving the model is verified that the file (or files) have link to the current model.
- The ability to specify extra fields for files
- The ability to use any library for manipulating files (resize, crop, etc)

## Installation

1. Installing using Composer
```
composer require rkit/filemanager-yii2
```

2. Run migrations
```
php yii migrate --migrationPath=@vendor/rkit/filemanager-yii2/src/migrations/ --interactive=0
```
```
composer require rkit/filemanager-yii2
```

## Documentation

- [Guide](/guide)
- [API Reference](/docs)
- [API Reference](/api)

## Development

Expand Down
Loading

0 comments on commit ddd29fa

Please sign in to comment.