zikwall / easy-online
There is no license information available for the latest version (0.0.1) of this package.
Social Communication system for you!
0.0.1
2019-08-04 17:09 UTC
Requires
- php: >=7.1.0
- zikwall/easy-online-composer: ~1.0.0
This package is auto-updated.
Last update: 2026-03-06 01:44:32 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:
- Login: Username
- Password: 123456
❌ it does not provide access to the admin panel!