execut/yii2-books
Composer 安装命令:
composer require execut/yii2-books
包简介
Yii2 books module
关键字:
README 文档
README
Module for managing books and their authors. It is an example to demonstrate the integration of the following tools to simplify development on the Yii2 framework:
The native version of this CRUD in pure Yii2 for comparison can be viewed here execut/yii2-books-native
For license information check the LICENSE-file.
English documentation is at docs/guide/README.md.
Русская документация здесь docs/guide-ru/README.md.
Installation
The preferred way to install this extension is through composer.
Install
Either run
$ php composer.phar require execut/yii2-books "dev-master"
or add
"execut/yii2-books": "dev-master"
to the require section of your composer.json file.
Apply module migrations:
./yii migrate/up --interactive=0 -> ...migration was applied. -> -> Migrated up successfully.
Usage
Open books example url in your browser /books/books/index.
Authors example here /books/authors/index.
For more details please refer to the documentation docs/guide/README.md.
Для более подробной информации обращайтесь к документации docs/guide-ru/README.md.
统计信息
- 总下载量: 95
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2020-07-15




