Skip to content

Commit fe1f4c8

Browse files
committed
readme updated
1 parent 383ad6a commit fe1f4c8

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

Concepts.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Concepts (Layout)
2+
Just ideas of layouts from [discussion](https://github.com/yiisoft/yii2/issues/42)
3+
4+
### **Force-based layout**
5+
![](http://i.imgur.com/BtWx9Gd.jpg)
6+
7+
8+
### **Directed acyclic graphs**
9+
10+
![](http://i.imgur.com/utTru1W.jpg)
11+
12+
### **My algorithms graphs**
13+
14+
![](https://camo.githubusercontent.com/e1703bc665478a91bb7e09e12c5ae25500c2a9ef/687474703a2f2f692e696d6775722e636f6d2f554e774a546a382e6a7067)
15+
16+
### **Forms layout**
17+
![](https://camo.githubusercontent.com/f1ab4d4f28ca379cfd64d089e46e5206aa2f2d65/687474703a2f2f692e696d6775722e636f6d2f6c6843516442682e6a7067)

README.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
Demo https://basic-rbac-githubjeka.c9.io/basic/web/index.php?r=rbac
1+
[![](https://img.shields.io/badge/see-DEMO-green.svg?style=flat)](https://basic-rbac-githubjeka.c9.io/basic/web/index.php?r=rbac)
2+
[![](https://img.shields.io/badge/to_yii2_issue-42-blue.svg?style=flat)](https://github.com/yiisoft/yii2/issues/42 )
23

3-
For https://github.com/yiisoft/yii2/issues/42
4+
![http://i.imgur.com/BXTKymp.jpg](http://i.imgur.com/BXTKymp.jpg)
5+
6+
## How to install
47

5-
## Use on local
68
:baby_chick: Follow the commands:
79
- Check that the component `authManager` has been configured.
810
- Add to your composer.json `"githubjeka/yii2-gui-rbac": "*"`
@@ -25,21 +27,4 @@ For https://github.com/yiisoft/yii2/issues/42
2527
],
2628
],
2729
```
28-
- go to url `/index.php?r=rbac`
29-
30-
## Concepts (Layout)
31-
32-
### **Force-based layout**
33-
![](http://i.imgur.com/BtWx9Gd.jpg)
34-
35-
36-
### **Directed acyclic graphs**
37-
38-
![](http://i.imgur.com/utTru1W.jpg)
39-
40-
### **My algorithms graphs**
41-
42-
![](https://camo.githubusercontent.com/e1703bc665478a91bb7e09e12c5ae25500c2a9ef/687474703a2f2f692e696d6775722e636f6d2f554e774a546a382e6a7067)
43-
44-
### **Forms layout**
45-
![](https://camo.githubusercontent.com/f1ab4d4f28ca379cfd64d089e46e5206aa2f2d65/687474703a2f2f692e696d6775722e636f6d2f6c6843516442682e6a7067)
30+
- go to url `/index.php?r=rbac`

0 commit comments

Comments
 (0)