2017 © Pedro Peláez
 

cakephp-plugin cakephp-admin-ui

AdminUI plugin for CakePHP

image

lubos/cakephp-admin-ui

AdminUI plugin for CakePHP

  • Wednesday, November 8, 2017
  • by LubosRemplik
  • Repository
  • 1 Watchers
  • 1 Stars
  • 48 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AdminUI plugin for CakePHP

Installation

You can install this plugin into your CakePHP application using composer., (*1)

The recommended way to install composer packages is:, (*2)

composer require lubos/cakephp-admin-ui

Load plugin in bootstrap.php file, (*3)

bin/cake plugin load AdminUI

Usage

Filters

Basic example, (*4)

<?php
$this->Html->css('AdminUI.admin.min', ['block' => true]);
echo $this->element('AdminUI.filters', [
    'sort' => [
        ['name', 'Name A-Z', ['direction' => 'asc']],
        ['name', 'Name Z-A', ['direction' => 'desc']],
    ],
    'fields' => [
        'q' => [
            'placeholder' => 'Filter by title'
        ],
    ],
]); 
?>

Bugs & Features

If you want to help, pull requests are welcome., (*5)

The Versions

08/11 2017

dev-master

9999999-dev https://github.com/LubosRemplik/CakePHP-AdminUI

AdminUI plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap ui admin

05/01 2017

0.1.0

0.1.0.0 https://github.com/LubosRemplik/CakePHP-AdminUI

AdminUI plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp bootstrap ui admin