2017 © Pedro Peláez
 

yii2-extension blcms-itpl

Backend template

image

black-lamp/blcms-itpl

Backend template

  • Monday, November 28, 2016
  • by GutsVadim
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Itpl - template for backend

for extensions: - Blcms-Shop - Blcms-Staticpage, (*1)

Installation

1) For install this template, your composer.json file must contain next block:, (*2)

    "repositories": [
        {
            "type": "vcs",
            "url":  "https://github.com/GutsVadim/blcms-itpl.git",
            "options": {
                "github-oauth": {
                    "github.com": "YOUR_TOKEN"
                }
            }
        }
    ]

You may generate your Github token here., (*3)

2) To work links, that direct to the frontend, you must configure the backend config:, (*4)

'components' => [
    ...
    'urlManagerFrontend' => [
        'class' => bl\multilang\MultiLangUrlManager::className(),
        'baseUrl' => '/',
        'showScriptName' => false,
        'enablePrettyUrl' => true,
        'enableDefaultLanguageUrlCode' => false,
        'rules' => [
            [
                'class' => bl\articles\UrlRule::className()
            ],
            [
                'class' => bl\cms\shop\UrlRule::className(),
                'prefix' => 'shop'
            ],
        ]
    ]
]

The Versions

28/11 2016

dev-master

9999999-dev

Backend template

  Sources   Download

GPL-3.0

The Requires

 

by Albert Gainutdinov

template yii2 backend

26/10 2016

v0.0.1

0.0.1.0

Backend template

  Sources   Download

GPL-3.0

The Requires

 

by Albert Gainutdinov

template yii2 backend