Download the PHP package infuse/admin without Composer
On this page you can find all versions of the php package infuse/admin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package admin
admin
Admin module for Infuse Framework
Installation
-
Install the package with composer:
- Copy the CSS and JS files into the
public
directory. If you use the minified versions, be sure they are renamed tocss/admin.css
andjs/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
All versions of admin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package infuse/admin contains the following files
Loading the files please wait ....