rmznclk71/kitap

The Kitap module for Yii2 framework.

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2016-05-22 09:06 UTC

This package is not auto-updated.

Last update: 2024-09-28 18:53:21 UTC


README

Ekle

"rmznclk71/kitap": "*"

Tabloları Oluşturma

yii migrate --migrationPath=vendor/rmznclk71/kitap/migrations

Ayarlamalar

Module Ayarı:

'modules' => [
        'kitap' => [
            'class' => 'rmznclk71\kitap\Module',
        ],
	],

RBAC Ayarı :

'authManager' => [
    		'class' => 'yii\rbac\DbManager',
    		'defaultRoles' => ['guest'],
    	],