2017 © Pedro Peláez
 

yii2-component yii2-app

yii2 app base

image

filamentv/yii2-app

yii2 app base

  • Wednesday, November 11, 2015
  • by FilamentV
  • Repository
  • 1 Watchers
  • 0 Stars
  • 110 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

uses [components/I18N]:, (*1)

'components' => [
    'i18n' => [
        'class' => 'filamentv\app\components\I18N',
        'translations' => [
            'app' => [
                'class' => 'yii\i18n\PhpMessageSource',
                'basePath' => '@app/messages',
            ],
        ]
    ],
],

uses [components/Pagination]:, (*2)

'class' => 'filamentv\app\components\Pagination', (*3)

Instalation

composer.phar require "filamentv/yii2-app":"dev-master"

or add to composer.json into 'require' seaction, (*4)

"filamentv/yii2-app":"dev-master"

The Versions

11/11 2015

dev-master

9999999-dev https://github.com/FilamentV/yii2-app

yii2 app base

  Sources   Download

NO

The Requires

  • php >=5.4.0

 

by Avatar FilamentV

yii2 application pagination components

17/04 2015

0.5

0.5.0.0 https://github.com/FilamentV/yii2-app

yii2 app base

  Sources   Download

NO

The Requires

  • php >=5.4.0

 

by Avatar FilamentV

yii2 application pagination components