承接 lm-commons/lmc-admin 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

lm-commons/lmc-admin

最新稳定版本:2.2.0

Composer 安装命令:

composer require lm-commons/lmc-admin

包简介

A generic Admin module for Laminas MVC.

关键字:

README 文档

README

Build Latest Stable Version Total Downloads License

Dynamic JSON Badge

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.2 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

统计信息

  • 总下载量: 8.43k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 4
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2021-01-23