PHPackages                             nullref/yii2-core - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. nullref/yii2-core

ActiveYii2-extension[Framework](/categories/framework)

nullref/yii2-core
=================

v0.0.4(7y ago)44.6k[5 issues](https://github.com/NullRefExcep/yii2-core/issues)[1 PRs](https://github.com/NullRefExcep/yii2-core/pulls)5MITPHPPHP &gt;=5.4.0

Since Jul 16Pushed 5y ago5 watchersCompare

[ Source](https://github.com/NullRefExcep/yii2-core)[ Packagist](https://packagist.org/packages/nullref/yii2-core)[ RSS](/packages/nullref-yii2-core/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (6)Used By (5)

Yii2-core
=========

[](#yii2-core)

[![Latest Stable Version](https://camo.githubusercontent.com/49b35a9451421076227f66f3f18842ec015dec8f6477c265454480504236cbe7/68747470733a2f2f706f7365722e707567782e6f72672f6e756c6c7265662f796969322d636f72652f762f737461626c65)](https://packagist.org/packages/nullref/yii2-core) [![Total Downloads](https://camo.githubusercontent.com/7d7f949d3e55074b774adf9e3e252104c5c449c23553dc99d13c7812a65e750e/68747470733a2f2f706f7365722e707567782e6f72672f6e756c6c7265662f796969322d636f72652f646f776e6c6f616473)](https://packagist.org/packages/nullref/yii2-core) [![Latest Unstable Version](https://camo.githubusercontent.com/e89ee86992d34c224e93f5b92663bb1ddb116ced3182cd16bbb320e7ba724ec0/68747470733a2f2f706f7365722e707567782e6f72672f6e756c6c7265662f796969322d636f72652f762f756e737461626c65)](https://packagist.org/packages/nullref/yii2-core) [![License](https://camo.githubusercontent.com/d59503323908ce4d9144f9f8a3b1205f75f8a49682171d02b41e1702230c50c5/68747470733a2f2f706f7365722e707567782e6f72672f6e756c6c7265662f796969322d636f72652f6c6963656e7365)](https://packagist.org/packages/nullref/yii2-core)

WIP

Module for administration

Installation
------------

[](#installation)

The preferred way to install this extension to use [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist nullref/yii2-core "*"

```

or add

```
"nullref/yii2-core": "*"

```

to the require section of your `composer.json` file.

### Config structure

[](#config-structure)

This module designed to work with special config file.

In case when you use `module/install` command it creates `installed_modules.php` file in condif folder if it doesn't exist.

This file will contain config array of installed modules (obviously).

You need to merge this config with your applications config (web, console, etc).

I recommend using the structure that described below, it used at our [application template](https://github.com/NullRefExcep/yii2-boilerplate).

- installed\_modules.php

```
