Base module interface for Butterfly.CMS.
Copyrights (c) 2019-2023 W.D.M.Group, Ukraine
- PHP 5.6 or higher
- Yii2 v.2.0.40 and newest
To install the module, run the following command in the console:
$ composer require "wdmg/yii2-base"
- 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()