weblogic/yii2-installer

Yii2 installer for Yii2 applications

Installs: 73

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

1.3.0 2023-08-28 09:56 UTC

This package is auto-updated.

Last update: 2024-03-28 11:12:47 UTC


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.