vova07 / yii2-start-base
The base extension of Yii2-Start application.
Installs: 9 399
Dependents: 3
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 3
Open Issues: 0
Type:yii2-extension
Requires
This package is not auto-updated.
Last update: 2024-10-26 15:44:37 UTC
README
Yii2-Start base.
This is the base extension of Yii2-Start application.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist vova07/yii2-start-base "*"
or add
"vova07/yii2-start-base": "*"
to the require section of your composer.json
file.