wdmg / yii2-base
Base module interface
Installs: 2 726
Dependents: 45
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 2
Open Issues: 0
Type:yii2-extension
Requires
- wdmg/yii2-helpers: ^1.4.5
- yiisoft/yii2: ^2.0.40
README
Yii2 Base Module
Base module interface for Butterfly.CMS.
Copyrights (c) 2019-2023 W.D.M.Group, Ukraine
Requirements
- PHP 5.6 or higher
- Yii2 v.2.0.40 and newest
Installation
To install the module, run the following command in the console:
$ composer require "wdmg/yii2-base"
Status and version [ready to use]
- v.1.4.1 - Some fix, add timezone set
- v.1.4.0 - Update dependencies, copyrights
- v.1.3.2 - Fixed base models and registerTranslations()
- v.1.3.1 - Fixed UrlManager init, extended module dashboardNavItems() method
- v.1.3.0 - Aliases, added
runConsole()
,getPrev()
andgetNext()
methods - v.1.2.4 - Bugfix, added new method
isRestAPI()