yiimaker / yii2-banner
Extension for creation of banners for site
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- php: >=5.6.0
- creocoder/yii2-translateable: ~1.0
- motion/yii2-language-provider: ~1.0
- yiisoft/yii2: ^2.0.0
- yiisoft/yii2-bootstrap: ~2.0.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-14 04:34:45 UTC
README
Banner module
Extension for creation of banners for site.
Installation
Install package
Run command
$ composer require yiimaker/yii2-banner
or add
"yiimaker/yii2-banner": "@dev"
to the require section of your composer.json
file.
Apply migrations
$ ./yii migrate --migrationPath=@vendor/yiimaker/yii2-banner/src/migrations
Usage
Tests
You can run tests with composer command
$ composer test
or using following command
$ codecept build && codecept run
Licence
This project is released under the terms of the BSD-3-Clause license.
Copyright (c) 2017, Yii Maker