Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krausv committed Jan 24, 2016
1 parent 09b8ccd commit 7549273
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# permissions-panel
# permissions-panel

permission-panel is simple bar panel for [Tracy](https://tracy.nette.org/). Permission-panel containt list of roles and resources of [Nette\Security\Permission](https://api.nette.org/2.3.8/Nette.Security.Permission.html)

![Tracy panel screenshot](https://github.com/krausv/permissions-panel/blob/master/permissions.jpg)

## Installation

~~~
$ composer require krausv/permissions-panel
~~~

and register permissions-panel in config.neon

~~~
extensions:
permissions-panel: Krausv\PermissionsPanel\Nette\DI\PermissionsPanelExtension(%debugMode%)

0 comments on commit 7549273

Please sign in to comment.