👻 EasyOnline communication system WIP!
// 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);
Visit: http://c95202tj.bget.ru to view example
You can Signup (also through social OAuth 🎁) or enter right away:
❌ it does not provide access to the admin panel!