From fe1f4c84d285b4cf7ccf37ee77205914fbdedf4f Mon Sep 17 00:00:00 2001 From: githubjeka Date: Wed, 30 Dec 2015 15:28:09 +0300 Subject: [PATCH] readme updated --- Concepts.md | 17 +++++++++++++++++ README.md | 27 ++++++--------------------- 2 files changed, 23 insertions(+), 21 deletions(-) create mode 100644 Concepts.md diff --git a/Concepts.md b/Concepts.md new file mode 100644 index 0000000..859f640 --- /dev/null +++ b/Concepts.md @@ -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) \ No newline at end of file diff --git a/README.md b/README.md index 9664c72..2408c99 100644 --- a/README.md +++ b/README.md @@ -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": "*"` @@ -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` \ No newline at end of file