execut / yii2-books-native
Example of simple Yii2 CRUD
Installs: 52
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: ^7.4
- kartik-v/yii2-detail-view: *
- yiisoft/yii2: @dev
README
CRUD for books on native Yii2 framework for a compare and demonstration execut/yii2-books.
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Install
Either run
$ php composer.phar require execut/yii2-books-native "dev-master"
or add
"execut/yii2-books-native": "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 /booksNative/books/index.
Authors example here /booksNative/authors/index.