-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from visto9259/remove-lmcuser
Remove lmcrbac
- Loading branch information
Showing
17 changed files
with
58 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
sidebar_position: 5 | ||
--- | ||
|
||
Role-based access control module to provide additional features on top of Laminas\Permissions\Rbac (formerly zfc-rbac) | ||
|
||
[Documentation](https://lm-commons.github.io/LmcRbac) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"label": "Packages", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Introduction | ||
|
||
### LmcAdmin Module for Laminas Framework | ||
Originally created by [Jurian Sluiman](http://juriansluiman.nl) and [Martin Shwalbe](https://github.com/Hounddog). | ||
|
||
## Introduction | ||
LmcAdmin is a minimal admin interface for generic administrative purposes. It is a common screen with navigation that | ||
hides behind authentication and authorization. | ||
|
||
## Installation | ||
LmcAdmin is enabled to be installed via composer. | ||
Load `lm-commons/lmc-admin` in your `composer.json` file. You can specify its version (currently only 1.0.0 is | ||
recommended) or use `dev-master` to load the latest version from master. Enable LmcAdmin in | ||
your `module.config.php` configuration file. | ||
|
||
If you do not want to use composer, clone this project (either as a git submodule or not) into `./vendor/` directory. | ||
|
||
## Usage | ||
LmcAdmin allows you to create routes under a single parent "admin" route. You can also use it to enable navigation | ||
in your admin layout. Furthermore integration of [LmcRbacMvc](https://github.com/LM-Commons/LmcRbacMvc) is provided. | ||
|
||
The complete configuration is flexible, so you can update the `lmcadmin` parent route, its children, the navigation | ||
and all default provided view scripts. | ||
|
||
## Development | ||
LmcAdmin is currently under development. The authors feel LmcAdmin is stable enough for production versions and | ||
you can always fix your LmcAdmin version to a specific tag. | ||
|
||
## Support | ||
|
||
- File issues at https://github.com/LM-Commons/LmcAdmin/issues. | ||
- Ask questions in the [LM-Commons Slack](https://join.slack.com/t/lm-commons/shared_invite/zt-2gankt2wj-FTS45hp1W~JEj1tWvDsUHQ) chat. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters