sim4nix/yii2-static-module

This package is abandoned and no longer maintained. No replacement package was suggested.

The statics module for Yii2 application.

Installs: 17

Dependents: 1

Suggesters: 0

Security: 0

Type:yii2-extension

dev-master 2015-12-22 07:36 UTC

This package is auto-updated.

Last update: 2017-02-05 08:16:14 UTC


README

This module provide a statics managing system for Yii2 application.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require sim4nix/yii2-static-module "*"

or add

"sim4nix/yii2-static-module": "*"

to the require section of your composer.json file.

Configuration

  • Add module to config section:
'modules' => [
    'statics' => [
        'class' => 'sim4nix\statics\Module'
    ]
]
  • Run migrations:
php yii migrate --migrationPath=@sim4nix/statics/migrations