2017 © Pedro Peláez
 

yii2-extension yii2-ycm-utils

YCM - Yii 2 Content Management module Utilities

image

vladdnepr/yii2-ycm-utils

YCM - Yii 2 Content Management module Utilities

  • Tuesday, February 6, 2018
  • by vladdnepr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DEPRECATED REPOSITORY. See https://github.com/vladdnepr/yii2-ycm

Yii 2 YCM Utilities

YCM Utils - Yii 2 Content Management module Utilities, (*1)

Module is in initial development.

Anything may change at any time., (*2)

Using

Add to web.php in modules, (*3)

'ycm-utils' =>  [
    'class' => '\vladdnepr\ycm\utils\Module'
],

Note! ycm module must be added in modules, (*4)

Add YcmModelUtilTrait trait to all models., (*5)

In model gridViewColumns use editableColumn method for all editable columns. For example, (*6)

public function gridViewColumns()
{
    return [
        'id',
        $this->editableColumn('name'),
        $this->editableColumn('title'),
        'description:html',
        'link:url'
    ];
}

Installation

If you do not have Composer, you may install it by following the instructions at getcomposer.org., (*7)

You can then install this package using the following command:, (*8)

php composer.phar require "vladdnepr/yii2-ycm-utils" "*"

or add, (*9)

"vladdnepr/yii2-ycm-utils": "*"

to the require section of your application's composer.json file., (*10)

Contributing

Please see CONTRIBUTING for details., (*11)

Credits

License

Public domain. Please see License File for more information., (*12)

The Versions

06/02 2018

dev-master

9999999-dev https://github.com/vladdnepr/yii2-ycm-utils

YCM - Yii 2 Content Management module Utilities

  Sources   Download

Unlicense public domain

The Requires

 

The Development Requires

by Vladislav Lyshenko

extension yii2 module admin utils administration utilities yii2-ycm yii2-ycm-utils

17/09 2015

0.1

0.1.0.0 https://github.com/vladdnepr/yii2-ycm-utils

YCM - Yii 2 Content Management module Utilities

  Sources   Download

public domain

The Requires

 

The Development Requires

by Vladislav Lyshenko

extension yii2 module admin utils administration utilities yii2-ycm yii2-ycm-utils