sintret/yii2-basic-sintret

Yii 2 Basic Project Template

dev-master 2016-05-25 05:14 UTC

This package is not auto-updated.

Last update: 2024-04-17 08:03:17 UTC


README

template for yii2 basic

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:

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