infuse/admin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

infuse/admin

最新稳定版本:1.0.0

Composer 安装命令:

composer require infuse/admin

包简介

Admin module for Infuse Framework

README 文档

README

Latest Stable Version Total Downloads

Admin module for Infuse Framework

Installation

  1. Install the package with composer:
composer require infuse/admin
  1. Copy the CSS and JS files into the public directory. If you use the minified versions, be sure they are renamed to css/admin.css and js/admin.js.

Admin properties for models

  • admin_type: Type of field for admin String Default: text Available Types:
    • text
    • textarea
    • checkbox
    • datepicker
    • enum
    • password
    • json
    • html Optional
  • admin_enum: Key-value list of enumeration values when admin_type = enum. Array
  • admin_hidden_property Hides the property by default when browsing models in the admin dashboard. Boolean Default: false Optional
  • admin_html: An HTML string that will have values from the model injected. Only used in the admin dashboard. String Example: {username} Optional
  • admin_no_sort: Prevents the column from being sortable in the admin dashboard Boolean Default: false Optional
  • admin_no_wrap: Prevents the column from wrapping in the admin dashboard Boolean Default: false Optional
  • admin_truncate: Prevents the column from truncating values in the admin dashboard Boolean Default: true Optional

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-03