Closed tomleejumah closed 5 months ago
Just added a new controller: <?php namespace backend\controllers;
use yii\web\Controller;
class HelloController extends Controller { public function actionIndex() { return "Hello World"; } }
Just added a new controller: <?php namespace backend\controllers;
use yii\web\Controller;
class HelloController extends Controller { public function actionIndex() { return "Hello World"; } }