awsafanam/yii2-easy-installer

There is no license information available for the latest version (0.1.1) of this package.

Easy web interface to setup Yii 2.

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/awsafanam/yii2-easy-installer

0.1.1 2017-11-02 20:10 UTC

This package is not auto-updated.

Last update: 2025-10-04 20:44:07 UTC


README

Easy web interface to setup Yii 2.

Features

  • Setup database
  • Setup email
  • Setup Admin Email

Installation

  • Run composer require "awsafanam/yii2-easy-installer": "0.1.1"
  • Add this to your config file
   'bootstrap' => [
       ...
       'awsaf\installer\SiteBootstrap'
       ...
   ],
   'modules' => [
       ...
       'installer' => [
           'class' => 'awsaf\installer\InstallerModule',
           'sqlFile' => '' // Put the sql file path here (optional)
       ],
       ...
   ]
  • Visit the document root and complete the setup process
  • Go to admin section login with user: admin pass: admin

How to contribute?

Contributing instructions are located in CONTRIBUTING.md file.

License

Yii2-installer is released under the MIT License. See the bundled LICENSE for details.