for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* Box plugin for HiDev
*
* @link https://github.com/hiqdev/hidev-box
* @package hidev-box
* @license BSD-3-Clause
* @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
*/
namespace hidev\box\console;
use hidev\helpers\Helper;
/**
* `box.json` config file.
class BoxJsonController extends \hidev\controllers\FileController
{
public function actionIndex()
$this->take('box.json')->save();
}