for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace andmemasin\language\commands;
use yii\console\Controller;
class HelloController extends Controller
{
public function actionIndex()
echo "Hello";
}