yii2-support
, (*1)
NOTE: Module is in initial development. Anything may change at any time., (*2)
Contributing to this project
Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing., (*3)
License
Yii2-support is released under the BSD-3-Clause License. See the bundled LICENSE.md for details., (*4)
Requirements
YII 2.0, (*5)
Usage
1) Install with Composer, (*6)
"require": {
"jarrus90/yii2-support": "1.*",
},
php composer.phar update
Restrict and split frontend and backend applications
'modules' => [
'support' => [
'as frontend' => 'jarrus90\Support\filters\FrontendFilter',
],
],
'modules' => [
'support' => [
'as backend' => 'jarrus90\Support\filters\BackendFilter',
],
],