Skip to content

Commit

Permalink
Renamed to yii2-starter-kit/yii2-file-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Terentev committed Nov 15, 2018
1 parent d9ef016 commit d202686
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Packagist](https://img.shields.io/packagist/dt/trntv/yii2-file-kit.svg)]()
[![Dependency Status](https://www.versioneye.com/php/trntv:yii2-file-kit/badge.svg)](https://www.versioneye.com/php/trntv:yii2-file-kit/2.0.0)
[![Packagist](https://img.shields.io/packagist/dt/yii2-starter-kit/yii2-file-kit.svg)]()

This kit is designed to automate routine processes of uploading files, their saving and storage.
It includes:
Expand All @@ -12,21 +11,21 @@ Here you can see list of available [filesystem adapters](https://github.com/thep

Demo
----
Since file kit is a part of [yii2-starter-kit](https://github.com/trntv/yii2-starter-kit) it's demo can be found in starter kit demo [here](http://backend.yii2-starter-kit.terentev.net/article/create).
Since file kit is a part of [yii2-starter-kit](https://github.com/yii2-starter-kit/yii2-starter-kit) it's demo can be found in starter kit demo [here](http://backend.yii2-starter-kit.terentev.net/article/create).

# Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require trntv/yii2-file-kit
php composer.phar require yii2-starter-kit/yii2-file-kit
```

or add

```
"trntv/yii2-file-kit": "@stable"
"yii2-starter-kit/yii2-file-kit": "@stable"
```

to the require section of your `composer.json` file.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "trntv/yii2-file-kit",
"name": "yii2-starter-kit/yii2-file-kit",
"description": "Yii2 file upload and storage kit",
"type": "yii2-extension",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion examples/WebDAVFlysystemBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Class WebDAVFlysystemBuilder
* @author Artem Dekhtyar <[email protected]>
* @link https://github.com/trntv/yii2-file-kit/issues/46
* @link https://github.com/yii2-starter-kit/yii2-file-kit/issues/46
*/
class WebDAVFlysystemBuilder implements FilesystemBuilderInterface
{
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/trntv/yii2-file-kit.git"
"url": "git+https://github.com/yii2-starter-kit/yii2-file-kit.git"
},
"author": "Eugene Terentev",
"bugs": {
"url": "https://github.com/trntv/yii2-file-kit/issues"
"url": "https://github.com/yii2-starter-kit/yii2-file-kit/issues"
},
"homepage": "https://github.com/trntv/yii2-file-kit#readme",
"homepage": "https://github.com/yii2-starter-kit/yii2-file-kit#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/widget/assets/js/upload-kit.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Yii2 File Kit library
* http://github.com/trntv/yii2-file-kit
* http://github.com/yii2-starter-kit/yii2-file-kit
*
* Author: Eugine Terentev <[email protected]>
*
Expand Down

0 comments on commit d202686

Please sign in to comment.