项目作者: zikwall

项目描述 :
👻 EasyOnline communication system WIP!
高级语言: PHP
项目地址: git://github.com/zikwall/easy-online.git
创建时间: 2019-08-04T14:35:36Z
项目社区:https://github.com/zikwall/easy-online

开源协议:MIT License

下载


easy-online

Installation

Pre-Setup configure composer.json (https://github.com/zikwall/easy-online-composer)
Change index file (web/index.php)
  1. // for example Yii2 basic app
  2. $config = yii\helpers\ArrayHelper::merge(
  3. require __DIR__ . '/../config/web.php',
  4. require __DIR__ . '/../vendor/zikwall/easy-online/modules/core/config/web.php',
  5. (is_readable(__DIR__ . '/../config/easy-online-dynamic.php'))
  6. ? require(__DIR__ . '/../config/easy-online-dynamic.php')
  7. : []
  8. );
  9. (function ($config) {
  10. (new \zikwall\easyonline\modules\core\components\web\Application($config))->run();
  11. })($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!