Download the PHP package lm-commons/lmc-admin without Composer
On this page you can find all versions of the php package lm-commons/lmc-admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lm-commons/lmc-admin
More information about lm-commons/lmc-admin
Files in lm-commons/lmc-admin
Package lmc-admin
Short Description A generic Admin module for Laminas MVC.
License BSD-3-Clause
Homepage https://lm-commons.github.io/LmcAdmin
Informations about the package lmc-admin
LmcAdmin Module for Laminas Framework
Originally created by Jurian Sluiman and Martin Shwalbe.
Introduction
LmcAdmin is a minimal admin interface for generic administrative purposes. It is a common screen with navigation that hides behind authentication and authorization.
Requirements
- PHP 8.1 or higher
Installation
LmcAdmin is enabled to be installed via composer.
Enable the module by adding Lmc\Admin
key to your application.config.php
or modules.config.php
file.
Customize the module by copy-pasting the config/lmcadmin.global.php.dist
file to your config/autoload
folder.
Usage
LmcAdmin allows you to create routes under a single parent "lmcadmin" route. You can also use it to enable navigation in your admin layout. Furthermore, integration of LmcRbacMvc is provided.
The complete configuration is flexible, so you can update the lmc_admin parent route, its children, the navigation and all default provided view scripts. Read more in the documentation about usage and customization of LmcAdmin.
Support
- File issues at https://github.com/LM-Commons/LmcAdmin/issues.
- Ask questions in the LM-Commons Slack chat.
All versions of lmc-admin with dependencies
laminas/laminas-modulemanager Version ^2.5
laminas/laminas-loader Version ^2.6
laminas/laminas-eventmanager Version ^3.0
laminas/laminas-mvc Version ^3.0
laminas/laminas-navigation Version ^2.10