Download the PHP package jarrus90/yii2-core without Composer
On this page you can find all versions of the php package jarrus90/yii2-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-core
yii2-core
Several common basic functionality for personal modules
NOTE: Module is in initial development. Anything may change at any time.
Contributing to this project
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.
License
Yii2-core is released under the BSD-3-Clause License. See the bundled LICENSE.md for details.
Requirements
YII 2.0
Installation
"require": {
"jarrus90/yii2-core": "*",
},
php composer.phar update
Console controllers
Migration
Console Migration Command with multiple paths/aliases support
'controllerMap' => [
'migrate' => [
'class' => 'jarrus90\Core\Console\MigrateController'
],
],
Assets cleanup
Yii2 console command to clean web/assets/ directory
'controllerMap' => [
'asset' => [
'class' => 'jarrus90\Core\Console\AssetController',
],
],
All versions of yii2-core with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
yiisoft/yii2 Version ~2.0
kartik-v/yii2-widget-alert Version *
kartik-v/yii2-widget-growl Version *
dmstr/yii2-adminlte-asset Version 2.*
jarrus90/yii2-user Version *
yiisoft/yii2 Version ~2.0
kartik-v/yii2-widget-alert Version *
kartik-v/yii2-widget-growl Version *
dmstr/yii2-adminlte-asset Version 2.*
jarrus90/yii2-user Version *
The package jarrus90/yii2-core contains the following files
Loading the files please wait ....