PHP code example of digitalwand / yii2-modular-app
1. Go to this page and download the library: Download digitalwand/yii2-modular-app library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
digitalwand / yii2-modular-app example snippets
error_reporting(E_ALL);
ini_set('display_errors',1);
use digitalwand\yii2ModularApp\applications\CoreWebApplication;
defined('YII_DEBUG') or define('YII_DEBUG', true);
defined('YII_ENV') or define('YII_ENV', 'dev');
ons/CoreWebApplication.php');
$config =