weblogic / yii2-installer
Yii2 installer for Yii2 applications
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.0.0
- ext-zend-opcache: *
- yiisoft/mailer-symfony: ^2.0
- yiisoft/yii2: ^2.0.30
Requires (Dev)
Suggests
- 2amigos/yii2-usuario: Needed when making use of the Add user feature during installation
README
Yii2-Installer provides a web interface for installation of a yii2 project. It includes following features:
Features
- Setup database connection
- Execute all migrations if migrations are setup correctly (more in migrations) and migrationoption is turned on (see configuration
- Setup mailer configuration
- Setup other configurations like:
- Application Name
- Admin Email
- Stores all the configurations on file
- Creates admin user (see user requirements)
Installation
You can download it and place it on your third party libraries folder but we highly recommend that you install it through composer.
Either run
$ composer require weblogic/yii2-installer:*
or add
"weblogic/yii2-installer": "*"
to the require
section of your composer.json
file.
Documentation
Refer to Documentation
Roadmap
- Add translations
- Installation wizard
- Add user
Changelog
Refer to Changelog
License
Yii2-installer is released under the BSD License. See the bundled LICENSE for details.