2017 © Pedro Peláez
 

library framework-admin

Admin module for Infuse Framework

image

idealistsoft/framework-admin

Admin module for Infuse Framework

  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

admin

Latest Stable Version Total Downloads, (*1)

Admin module for Infuse Framework, (*2)

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

The Versions

03/02 2015

dev-master

9999999-dev

Admin module for Infuse Framework

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

framework admin infuse

22/09 2014

1.0.0

1.0.0.0

Admin module for Idealist Framework

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

framework admin idealist