zikwall/easy-online

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

Social Communication system for you!

Installs: 7

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

0.0.1 2019-08-04 17:09 UTC

This package is auto-updated.

Last update: 2024-04-05 21:33:00 UTC


README

Installation

Pre-Setup configure composer.json (https://github.com/zikwall/easy-online-composer)
Change index file (web/index.php)
// for example Yii2 basic app
$config = yii\helpers\ArrayHelper::merge(
    require __DIR__ . '/../config/web.php',
    require __DIR__ . '/../vendor/zikwall/easy-online/modules/core/config/web.php',
    (is_readable(__DIR__ . '/../config/easy-online-dynamic.php'))
        ? require(__DIR__ . '/../config/easy-online-dynamic.php')
        : []
);

(function ($config) {
    (new \zikwall\easyonline\modules\core\components\web\Application($config))->run();
})($config);
Open site in browser to start the installation process

Visit: http://c95202tj.bget.ru to view example

You can Signup (also through social OAuth 🎁) or enter right away:

  1. Login: Username
  2. Password: 123456

❌ it does not provide access to the admin panel!