There is no license information available for the latest version (1.1.2) of this package.

Backend render crud

Maintainers

Details

github.com/wpjCode/wii

Source

Issues

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:victor

1.1.2 2022-03-31 13:17 UTC

This package is auto-updated.

Last update: 2024-04-07 12:56:33 UTC


README

27763459

Wpj Code Wii Extension for Yii 2


This extension is copy from [WII] and provides a Web-based code generator, called Wii, for Yii framework 2.0 applications. You can use Wii to quickly generate vue crud for models, vue element ui forms, modules, CRUD, js, css etc.

Installation

The preferred way to install this extension is through composer.

Either run

composer require wpj-code/wii

or add

"wpj-code/wii": "~1.1.1"

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

Usage

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

return [
    'bootstrap' => ['wii'],
    'modules' => [
        'wii' => [
            'class' => 'wpjCode\wii\Module',
        ],
        // ...
    ],
    // ...
];

You can then access Wii through the following URL:

http://localhost/path/to/index.php?r=wii

or if you have enabled pretty URLs, you may use the following URL:

http://localhost/path/to/index.php/wii