Skip to content

Commit

Permalink
Added web / console usage hints
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jul 2, 2019
1 parent 0c39ced commit c11f9e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -16,3 +16,10 @@ It's intended to show and test all yii features.
[![Total Downloads](https://poser.pugx.org/yiisoft/yii-demo/downloads.png)](https://packagist.org/packages/yiisoft/yii-demo)
[![Build Status](https://travis-ci.com/yiisoft/yii-demo.svg?branch=master)](https://travis-ci.com/yiisoft/yii-demo)

## Console

Console works out of the box and could be executed with `./vendor/bin/yii`.

## Web application

In order to run web application either built-in web server could be used by running `./vendor/bin/yii serve` or a real web server could be pointed to `/public/index.php`.

0 comments on commit c11f9e4

Please sign in to comment.