2017 © Pedro Peláez
 

yii2-module yii2-news-module

yii2 news module with text blocks image and video gallery, with yii2 moximanager

image

dmstr/yii2-news-module

yii2 news module with text blocks image and video gallery, with yii2 moximanager

  • Wednesday, April 22, 2015
  • by schmunk
  • Repository
  • 5 Watchers
  • 6 Stars
  • 2,016 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Yii2 News Modul

Dev-config

put this into your app/config/bootstrap.php, (*1)

```
\Yii::$container->set(
    'schmunk42\giiant\crud\providers\CallbackProvider',
    [
        'columnFormats' => [

            /**
             * hide system fields in grid
             */
            '^id$|created_at$|updated_at$' => function () {
                return false;
            },

        ],
        'activeFields' => [

            /**
             * hide system fields in grid
             */
            '^id$|created_at$|updated_at$' => function () {
                return false;
            },

        ]
    ]
);
```

put this into your app/config/main.php, (*2)

```
'modules'    => [
    'news'  => [
        'class'  => \dmstr\modules\news\Module::className(),
        'layout' => '@admin-views/layouts/main',
    ],
]
```

The Versions

22/04 2015

dev-master

9999999-dev

yii2 news module with text blocks image and video gallery, with yii2 moximanager

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by d.letz

yii2 module news

22/04 2015

0.0.3

0.0.3.0

yii2 news module with text blocks image and video gallery, with yii2 moximanager

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by d.letz

yii2 module news

22/04 2015

0.0.2

0.0.2.0

yii2 news module with text blocks image and video gallery, with yii2 moximanager

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by d.letz

yii2 module news

05/02 2015

0.0.1

0.0.1.0

yii2 news module with text blocks image and video gallery, with yii2 moximanager

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by d.letz

yii2 module news