2017 © Pedro Peláez
 

yii2-extension yii2-adminlte-basic

Theme: Almsaeedstudio / AdminLTE - Yii2 Basic Application Template..

image

cjtterabytesoft/yii2-adminlte-basic

Theme: Almsaeedstudio / AdminLTE - Yii2 Basic Application Template..

  • Tuesday, January 3, 2017
  • by cjtterabyte
  • Repository
  • 2 Watchers
  • 4 Stars
  • 125 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

Total Downloads Latest Unstable Version Build Status Dependency Status Scrutinizer Code Quality Code Climate License Daily Downloads Monthly Downloads Yii2, (*1)

Yii2 AdminLTE - Basic Application Template .

Yii2 AdminLTE is a Extension Theme for Yii2 Basic Project Template is a skeleton Yii2 application best for rapidly creating small projects., (*2)

The template contains the basic features including user login/logout and a contact page. It includes all commonly used configurations that would allow you to focus on adding new features to your application., (*3)

ScreenShot:

Skin-Green:, (*4)

Home Page Skin-Green, (*5)

Skin-Purple:, (*6)

Home Page Skin-purple, (*7)

Installation

The preferred way to install this extension is through composer., (*8)

Either run, (*9)

Installed: yii2-app-basic., (*10)

php composer.phar require --prefer-dist cjtterabytesoft/yii2-adminlte-basic "dev-master"

or add, (*11)

"cjtterabytesoft/yii2-adminlte-basic": "*"

to the require section of your composer.json file., (*12)

Config (web.php):, (*13)

/* defined language */
'language' => 'es', // Your Language Custom //
'components' => [
    // Configuration User [Theme AdminLTE - Basic] //
    'user' => [
        'identityClass' => 'cjtterabytesoft\adminlte\basic\models\User',
        'enableAutoLogin' => true,
    ],    
    // Configuration Theme [AdminLTE - Basic] //
    'view' => [
        'theme' => [
            'pathMap' => [
                '@app/views/layouts' => '@cjtterabytesoft/adminlte/basic/views/layouts',
                '@app/views/site'    => '@cjtterabytesoft/adminlte/basic/views/site',
            ],
        ],
    ],
]        
// Configuration ControllerMap [AdminLTE - Basic] //
'controllerMap' => [
    'site' => [
        'class' => 'cjtterabytesoft\adminlte\basic\controllers\SiteController',
    ],
],     

Config (params.php):, (*14)

return [
    'adminEmail'       => 'admin@example.com',
    'AdminLTESkin'     => 'skin-yellow', // Skin Theme AdminLte Options: [skin-black - skin-blue - skin-green - skin-purple - skin-red] //
    'Author'           => '2015 - Wilmer Arambula', // Your Brand //
    'Facebook_Account' => 'https://www.facebook.com/username',    // Your Facebook Account //
    'Google_Account'   => 'https://www.google.com/+username',     // Your Google+ Account //
    'Linkedin_Account' => 'https://www.linkedin.com/in/username', // Your Linkedin Account //
    'Twitter_Account'  => 'https://twitter.com/username',         // Your Twitter Account //
    'WebName'          => 'My Application', // Your Application Name //
    'imagesurl_30'     => 'http://www.basic.tk/images/avatar/profile/30/icon-avatar.png', // Your Url Avatar Images //
    'imagesurl_60'     => 'http://www.basic.tk/images/avatar/profile/60/icon-avatar.png',
]

Thankful to cjtterabytesoft Donate Paypal. Your Donation is Important to Further Develop Open Source Software., (*15)

The Versions

03/01 2017

dev-master

9999999-dev

Theme: Almsaeedstudio / AdminLTE - Yii2 Basic Application Template..

  Sources   Download

Apache License v. 2.0.

The Requires

 

The Development Requires

by Wilmer Arambula

extension yii2 adminlte yii2-themes yii2-app-basic