|
| 1 | +# LmcAdmin Module for Laminas Framework |
| 2 | + |
1 | 3 | [](https://packagist.org/packages/lm-commons/lmc-admin) |
2 | 4 | [](https://packagist.org/packages/lm-commons/lmc-admin) |
3 | 5 | [](https://packagist.org/packages/lm-commons/lmc-admin) |
4 | 6 | [](https://packagist.org/packages/lm-commons/lmc-admin) |
5 | 7 |
|
6 | | -# LmcAdmin Module for Laminas Framework |
7 | 8 | Originally created by [Jurian Sluiman](http://juriansluiman.nl) and [Martin Shwalbe](https://github.com/Hounddog). |
8 | 9 |
|
9 | 10 | ## Introduction |
| 11 | + |
10 | 12 | LmcAdmin is a minimal admin interface for generic administrative purposes. It is a common screen with navigation that hides behind authentication and authorization. |
11 | 13 |
|
12 | 14 | ## Requirements |
13 | 15 |
|
14 | 16 | - PHP 8.1 or higher |
15 | 17 |
|
16 | 18 | ## Installation |
17 | | -LmcAdmin is enabled to be installed via composer. |
| 19 | + |
| 20 | +LmcAdmin is enabled to be installed via composer. |
18 | 21 |
|
19 | 22 | ```bash |
20 | 23 | $ composer require lm-commons/lmc-admin |
21 | 24 | ``` |
22 | | -Enable the module by adding `Lmc\Admin` key to your `application.config.php` or `modules.config.php` file. |
| 25 | + |
| 26 | +Enable the module by adding `Lmc\Admin` key to your `application.config.php` or `modules.config.php` file. |
23 | 27 |
|
24 | 28 | Customize the module by copy-pasting the `config/lmcadmin.global.php.dist` file to your `config/autoload` folder. |
25 | 29 |
|
26 | 30 | ## Usage |
27 | | -LmcAdmin allows you to create routes under a single parent "lmcadmin" route. You can also use it to enable navigation in |
| 31 | + |
| 32 | +LmcAdmin allows you to create routes under a single parent "lmcadmin" route. You can also use it to enable navigation in |
28 | 33 | your admin layout. Furthermore, integration of [LmcRbacMvc](https://github.com/LM-Commons/LmcRbacMvc) is provided. |
29 | 34 |
|
30 | | -The complete configuration is flexible, so you can update the lmc_admin parent route, its children, the navigation |
31 | | -and all default provided view scripts. Read more in the [documentation](https://lm-commons.github.io/LmcAdmin) about |
| 35 | +The complete configuration is flexible, so you can update the lmc_admin parent route, its children, the navigation |
| 36 | +and all default provided view scripts. Read more in the [documentation](https://lm-commons.github.io/LmcAdmin) about |
32 | 37 | usage and customization of LmcAdmin. |
33 | 38 |
|
34 | 39 | ## Support |
|
0 commit comments