Skip to content

Commit

Permalink
Rename trntv/yii2-starter-kit to yii2-starter-kit/yii2-starter-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Terentev committed Nov 15, 2018
1 parent 4d130bf commit 601857f
Show file tree
Hide file tree
Showing 8 changed files with 4,220 additions and 6,303 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

<!-- BADGES/ -->

[![Packagist](https://img.shields.io/packagist/v/trntv/yii2-starter-kit.svg)](https://packagist.org/packages/trntv/yii2-starter-kit)
[![Packagist](https://img.shields.io/packagist/dt/trntv/yii2-starter-kit.svg)](https://packagist.org/packages/trntv/yii2-starter-kit)
[![Packagist](https://img.shields.io/packagist/v/yii2-starter-kit/yii2-starter-kit.svg)](https://packagist.org/packages/yii2-starter-kit/yii2-starter-kit)
[![Packagist](https://img.shields.io/packagist/dt/yii2-starter-kit/yii2-starter-kit.svg)](https://packagist.org/packages/yii2-starter-kit/yii2-starter-kit)
[![PayPal donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=X7UFA3F3ALPM8 "Donate once-off to this project using Paypal")
[![Dependency Status](https://www.versioneye.com/php/trntv:yii2-starter-kit/badge.svg)](https://www.versioneye.com/php/trntv:yii2-starter-kit)
[![Build Status](https://travis-ci.org/trntv/yii2-starter-kit.svg?branch=master)](https://travis-ci.org/trntv/yii2-starter-kit)
[![Build Status](https://travis-ci.org/yii2-starter-kit/yii2-starter-kit.svg?branch=master)](https://travis-ci.org/yii2-starter-kit/yii2-starter-kit)

<!-- /BADGES -->

Expand All @@ -17,7 +16,7 @@ It was created and developing as a fast start for building an advanced sites bas
It covers typical use cases for a new project and will help you not to waste your time doing the same work in every project

## Before you start
Please, consider helping project via [contributions](https://github.com/trntv/yii2-starter-kit/issues) or [donations](#donations).
Please, consider helping project via [contributions](https://github.com/yii2-starter-kit/yii2-starter-kit/issues) or [donations](#donations).

## TABLE OF CONTENTS
- [Demo](#demo)
Expand All @@ -39,7 +38,7 @@ Please, consider helping project via [contributions](https://github.com/trntv/yi
3. [Install docker-compose](https://docs.docker.com/compose/install/)
4. Run
```bash
composer create-project trntv/yii2-starter-kit myproject.com --ignore-platform-reqs
composer create-project yii2-starter-kit/yii2-starter-kit myproject.com --ignore-platform-reqs
cd myproject.com
composer run-script docker:build
```
Expand Down Expand Up @@ -89,7 +88,7 @@ Please, consider helping project via [contributions](https://github.com/trntv/yi
- Built-in queue component [yiisoft/yii2-queue](https://github.com/yiisoft/yii2-queue)
- Command Bus with queued and async tasks support [trntv/yii2-command-bus](https://github.com/trntv/yii2-command-bus)
- `ExtendedMessageController` with ability to replace source code language and migrate messages between message sources
- [Some useful shortcuts](https://github.com/trntv/yii2-starter-kit/blob/master/common/helpers.php)
- [Some useful shortcuts](https://github.com/yii2-starter-kit/yii2-starter-kit/blob/master/common/helpers.php)

### Other
- Useful behaviors (GlobalAccessBehavior, CacheInvalidateBehavior)
Expand Down
4 changes: 2 additions & 2 deletions common/migrations/db/m150725_192740_seed_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ public function safeUp()
],
[
'label' => 'Yii2 Starter Kit on GitHub',
'url' => 'https://github.com/trntv/yii2-starter-kit',
'url' => 'https://github.com/yii2-starter-kit/yii2-starter-kit',
'options' => ['tag' => 'span'],
'template' => '<a href="{url}" class="btn btn-lg btn-primary">{label}</a>'
],
[
'label' => 'Find a bug?',
'url' => 'https://github.com/trntv/yii2-starter-kit/issues',
'url' => 'https://github.com/yii2-starter-kit/yii2-starter-kit/issues',
'options' => ['tag' => 'span'],
'template' => '<a href="{url}" class="btn btn-lg btn-danger">{label}</a>'
]
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "trntv/yii2-starter-kit",
"name": "yii2-starter-kit/yii2-starter-kit",
"description": "Yii2 Starter Kit Application Template",
"keywords": [
"yii2",
Expand All @@ -13,15 +13,14 @@
{
"name": "Eugene Terentev",
"email": "[email protected]",
"homepage": "http://terentev.net",
"role": "Developer"
"homepage": "http://terentev.net"
}
],
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/trntv/yii2-starter-kit/issues?state=open",
"source": "https://github.com/trntv/yii2-starter-kit"
"issues": "https://github.com/yii2-starter-kit/yii2-starter-kit/issues?state=open",
"source": "https://github.com/yii2-starter-kit/yii2-starter-kit"
},
"require": {
"php": ">=7.1.0",
Expand All @@ -31,10 +30,10 @@
"yiisoft/yii2-swiftmailer": "^2.0.0",
"yiisoft/yii2-authclient": "^2.0.0",
"yiisoft/yii2-jui": "^2.0.0",
"yii2-starter-kit/yii2-file-kit": "^2.0.0",
"asofter/yii2-imperavi-redactor": ">=0.0.3@dev",
"trntv/yii2-aceeditor": "^2.0",
"trntv/probe": "^1.0",
"trntv/yii2-file-kit": "^1.0.0",
"trntv/yii2-glide": "^1.2",
"trntv/yii2-datetime-widget": "dev-master@dev",
"trntv/cheatsheet": "^0.1@dev",
Expand Down
88 changes: 44 additions & 44 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).

### Get source code
#### Download sources
https://github.com/trntv/yii2-starter-kit/archive/master.zip
https://github.com/yii2-starter-kit/yii2-starter-kit/archive/master.zip

#### Or clone repository manually
```
git clone https://github.com/trntv/yii2-starter-kit.git
git clone https://github.com/yii2-starter-kit/yii2-starter-kit.git
```
#### Install composer dependencies
```
Expand All @@ -38,7 +38,7 @@ composer install
You can install this application template with `composer` using the following command:

```
composer create-project trntv/yii2-starter-kit myproject.com
composer create-project yii2-starter-kit/yii2-starter-kit myproject.com
```

## Docker installation
Expand Down Expand Up @@ -162,7 +162,7 @@ STORAGE_BASE_URL = /storage/web
```

4. Configure your web server
Example of single domain config for nginx can be found [here](https://github.com/trntv/yii2-starter-kit/blob/master/docker/nginx/vhost_single_domain.conf)
Example of single domain config for nginx can be found [here](https://github.com/yii2-starter-kit/yii2-starter-kit/blob/master/docker/nginx/vhost_single_domain.conf)

## Important notes
- There is a VirtualBox bug related to sendfile that can lead to corrupted files, if not turned-off
Expand Down
Loading

0 comments on commit 601857f

Please sign in to comment.