Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
greeflas committed Oct 30, 2017
1 parent 2b17006 commit 117557b
Show file tree
Hide file tree
Showing 29 changed files with 4,688 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ or add
```
to the require section of your `composer.json` file.

Apply migrations
```bash
$ ./yii migrate --migrationPath=@vendor/yiimaker/yii2-banner/src/migrations
```

Usage
-----

Expand Down
10 changes: 9 additions & 1 deletion codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@ extensions:
modules:
config:
Yii2:
configFile: 'tests/_config/app.php'
configFile: 'tests/_config/app.php'
Db:
dsn: 'sqlite:tests/_output/test.db'
user: ''
password: ''
dump: 'tests/_data/dump.sql'
cleanup: true,
populate: true,
reconnect: true
Loading

0 comments on commit 117557b

Please sign in to comment.