2017 © Pedro Peláez
 

project yii2-basic-sintret

Yii 2 Basic Project Template

image

sintret/yii2-basic-sintret

Yii 2 Basic Project Template

  • Wednesday, May 25, 2016
  • by sintret
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-basic-sintret

template for yii2 basic, (*1)

Installation

composer create-project -s dev sintret/yii2-basic-sintret your-folder-directory-name

Migrations

yii migrate

Login Access

Username: admin Password:123456

Configuration

No Need RBAC, access control in your database Role, Please Open your Role Model and add Model like these following:, (*2)

public static $controllers = [
        'Log-Upload', 'Setting', 'Notification', 'User','Chat','Role','Test'
    ];

The Versions