2017 © Pedro Peláez
 

yii2-extension yii2-support

Basic Yii2 content module

image

jarrus90/yii2-support

Basic Yii2 content module

  • Thursday, October 19, 2017
  • by jarrus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 97 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-support

Build Status, (*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',
    ],
],

The Versions