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.

0.1.1 2017-11-02 20:10 UTC

This package is not auto-updated.

Last update: 2024-05-04 13:59:54 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.