templates controllers and module create in terminal

This commit is contained in:
2024-12-10 15:28:34 +03:00
parent fb39da53a6
commit 3c0b78ea56
5 changed files with 193 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace app\modules\{slug}\controllers;
class {moduleController} extends \kernel\app_modules\{slug}\controllers\{moduleController}
{
}