tankist/yii-qs-extra

Yii extra packages

dev-master 2016-12-26 16:02 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:07:30 UTC


README

Yii QsExtra Extensions contains advanced extensions for Yii Framework developed and used in QuartSoft.

REQUIREMENTS

Most of the extensions in this pack require 'Yii Qs Extensions' already added to the project.

INSTALLATION

Generally you may place the content of this repository anywhere. For the consistency 'protected/extensions/qsextra' is recommended. To enable the usage of the extensions to must specify alias 'qsextra' as well as 'qs' in your Yii application configuration to be pointing to 'lib' directory (protected/extensions/qs.lib), like following:

  // Yii application configuration:
  return array(
      'aliases' => array(
          'qs' => 'ext.qs.lib',
          'qsextra' => 'ext.qsextra.lib',
          ...
      ),
      ...
  )

Note: many of the extensions are heavy in disk space consuming, so may consider to add only selected files from this pack.