hidev icon indicating copy to clipboard operation
hidev copied to clipboard

Automation tool mixed with code generator for easier continuous development

Results 4 hidev issues
Sort by recently updated
recently updated
newest added

I can't find any options there **vendor/hiqdev/hidev/src/handlers/TemplateHandler.php** ```php public function prepareData($data) { return array_merge([ 'app' => Yii::$app, 'config' => Yii::$app, /// DEPRECATED 'file' => $data->file, 'handler' => $this, ], parent::prepareData($data));...

It would be nice to have git hooks handling the following events - pre-commit: execute `hidev fix` and prevent the commit if this command returns failure. - pre-push: execute `hidev...