zikwall / easy-online
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
Requires
- php: >=7.1.0
- zikwall/easy-online-composer: ~1.0.0
This package is auto-updated.
Last update: 2024-12-05 23:04:14 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!