lm-commons / lmc-admin
A generic Admin module for Laminas MVC.
Installs: 4 737
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 3
Open Issues: 8
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- laminas/laminas-eventmanager: ^3.0
- laminas/laminas-loader: ^2.6
- laminas/laminas-modulemanager: ^2.5
- laminas/laminas-mvc: ^3.0
- laminas/laminas-navigation: ^2.10
Requires (Dev)
- laminas/laminas-coding-standard: ^2.5
- laminas/laminas-test: ^4.10
- phpunit/phpunit: ^10.5.30 || ^11.3.0
- psalm/plugin-phpunit: ^0.19.0
- vimeo/psalm: ^5.25
Suggests
- lm-commons/lmc-rbac-mvc: Access control to protect LmcAdmin against unauthorized users
- dev-master
- 2.1.x-dev
- 2.0.x-dev
- 2.0.0
- 1.2.x-dev
- 1.2.1
- v1.2.0
- v1.1.0
- 1.0.0
- 0.3.1
- 0.3.0
- v0.2.1
- v0.2.0
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- 0.0.1
- dev-renovate/docusaurus-monorepo
- dev-renovate/mdx-monorepo
- dev-renovate/laminas-laminas-navigation-2.x-lockfile
- dev-renovate/laminas-laminas-loader-2.x-lockfile
- dev-renovate/laminas-laminas-coding-standard-3.x
- dev-renovate/prism-react-renderer-2.x-lockfile
This package is auto-updated.
Last update: 2024-11-04 11:13:50 UTC
README
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.
$ composer require lm-commons/lmc-admin
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.