myzero1/yii2-z1user

Simple captcha for yii2.Just add the module in config file and use the widget.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-module

1.0.2 2018-11-08 06:43 UTC

This package is not auto-updated.

Last update: 2024-05-17 09:08:33 UTC


README

It is a module for user. It use the myzero1/yii2-theme-layui as it's theme.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require-dev myzero1/yii2-z1user:*

or add

"myzero1/yii2-z1user": "*"

to the require-dev section of your composer.json file.

Setting

Once the extension is installed, simply modify your application configuration as follows:

in main.php

return [
    ......
    'modules' => [
        ......
        'z1userid' => [
            'class' => 'myzero1\z1user\Module',
        ],
        ......
    ],
    ......
];

Usage

You can then access home page to watch the theme.

http://localhost/path/to/z1userid/z1-user

rewrite

  • set rewrite

see the rewriting of yii2-z1site.

LICENSE

MIT