Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeroff committed Jun 14, 2015
1 parent 626ae20 commit 4387c72
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CHANGELOG

## v0.1.0 [14 June 2015]

- Initial release
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Yii2-rbac [![Total Downloads](https://img.shields.io/packagist/dt/dektrium/yii2-rbac.svg?style=flat-square)](https://packagist.org/packages/dektrium/yii2-rbac) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) [![Join the chat at https://gitter.im/dektrium/yii2-rbac](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dektrium/yii2-rbac?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
# Yii2-rbac [![Total Downloads](https://img.shields.io/packagist/dt/dektrium/yii2-rbac.svg?style=flat-square)](https://packagist.org/packages/dektrium/yii2-rbac) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)


Yii2-rbac provides a web interface for advanced access control and includes following features:
Expand All @@ -13,6 +13,12 @@ Yii2-rbac provides a web interface for advanced access control and includes foll

[Installation instructions](docs/installation.md) | [Definitive guide to Yii2-rbac](docs/README.md)

## Support

If you have any questions or problems with Yii2-rbac you can ask them using our gitter room:

[![Join the chat at https://gitter.im/dektrium/yii2-rbac](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dektrium/yii2-rbac?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dektrium/yii2-rbac",
"description": "RBAC manager for Yii2",
"description": "RBAC management module for Yii2",
"keywords": ["yii2", "yii2-rbac", "rbac management", "dektrium", "rbac gui", "yii rbac", "rbac module"],
"type": "yii2-extension",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ php composer.phar update
Step 2: Configure your application
----------------------------------

Add following lines to your main configuration file:
Add rbac module to both web and console config files as follows:

```php
...
Expand All @@ -47,7 +47,7 @@ Step 3: Updating database schema
--------------------------------

After you downloaded and configured Yii2-rbac, the last thing you need to do is updating your database schema by applying
the migrations:
the migration:

```bash
$ php yii migrate/up --migrationPath=@yii/rbac/migrations
Expand Down

0 comments on commit 4387c72

Please sign in to comment.