zacksleo / yii2-post
yii2 post module
Installs: 1 835
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- kartik-v/yii2-widget-fileinput: ^1.0
- kucha/ueditor: ^1.21
- mongosoft/yii2-upload-behavior: ^0.1
- npm-asset/clipboard: ^1.7
- npm-asset/toastr: ^2.1
- yiisoft/yii2: *
Requires (Dev)
- fzaninotto/faker: ^1.6
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2024-11-08 08:21:57 UTC
README
============= Yii2 Database post
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist zacksleo/yii2-post "*"
or add
"zacksleo/yii2-post": "*"
to the require section of your composer.json
file.
Subsequently, run
./yii migrate/up --migrationPath=@vendor/zacksleo/yii2-post/migrations
in order to create the settings table in your database.