Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
githubjeka committed Dec 30, 2015
1 parent 383ad6a commit fe1f4c8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
17 changes: 17 additions & 0 deletions Concepts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Concepts (Layout)
Just ideas of layouts from [discussion](https://github.com/yiisoft/yii2/issues/42)

### **Force-based layout**
![](http://i.imgur.com/BtWx9Gd.jpg)


### **Directed acyclic graphs**

![](http://i.imgur.com/utTru1W.jpg)

### **My algorithms graphs**

![](https://camo.githubusercontent.com/e1703bc665478a91bb7e09e12c5ae25500c2a9ef/687474703a2f2f692e696d6775722e636f6d2f554e774a546a382e6a7067)

### **Forms layout**
![](https://camo.githubusercontent.com/f1ab4d4f28ca379cfd64d089e46e5206aa2f2d65/687474703a2f2f692e696d6775722e636f6d2f6c6843516442682e6a7067)
27 changes: 6 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Demo https://basic-rbac-githubjeka.c9.io/basic/web/index.php?r=rbac
[![](https://img.shields.io/badge/see-DEMO-green.svg?style=flat)](https://basic-rbac-githubjeka.c9.io/basic/web/index.php?r=rbac)
[![](https://img.shields.io/badge/to_yii2_issue-42-blue.svg?style=flat)](https://github.com/yiisoft/yii2/issues/42 )

For https://github.com/yiisoft/yii2/issues/42
![http://i.imgur.com/BXTKymp.jpg](http://i.imgur.com/BXTKymp.jpg)

## How to install

## Use on local
:baby_chick: Follow the commands:
- Check that the component `authManager` has been configured.
- Add to your composer.json `"githubjeka/yii2-gui-rbac": "*"`
Expand All @@ -25,21 +27,4 @@ For https://github.com/yiisoft/yii2/issues/42
],
],
```
- go to url `/index.php?r=rbac`

## Concepts (Layout)

### **Force-based layout**
![](http://i.imgur.com/BtWx9Gd.jpg)


### **Directed acyclic graphs**

![](http://i.imgur.com/utTru1W.jpg)

### **My algorithms graphs**

![](https://camo.githubusercontent.com/e1703bc665478a91bb7e09e12c5ae25500c2a9ef/687474703a2f2f692e696d6775722e636f6d2f554e774a546a382e6a7067)

### **Forms layout**
![](https://camo.githubusercontent.com/f1ab4d4f28ca379cfd64d089e46e5206aa2f2d65/687474703a2f2f692e696d6775722e636f6d2f6c6843516442682e6a7067)
- go to url `/index.php?r=rbac`

0 comments on commit fe1f4c8

Please sign in to comment.