index template

This commit is contained in:
2024-12-12 12:41:45 +03:00
parent 1e566481f7
commit f7253bafe9
9 changed files with 32 additions and 190 deletions

View File

@ -1,8 +0,0 @@
<?php
namespace app\modules\ЕÑtest\controllers;
class ЕÑtestController extends \kernel\app_modules\ЕÑtest\controllers\ЕÑtestController
{
}

View File

@ -1,11 +0,0 @@
{
"name": "test",
"version": "0.1",
"author": "stas",
"slug": "ЕÑtest",
"description": "test module",
"module_class": "app\\modules\\ЕÑtest\\ЕÑtestModule",
"module_class_file": "{APP}/modules/ЕÑtest/ЕÑtestModule.php",
"routs": "routs/ЕÑtest.php",
"migration_path": "migrations"
}

View File

@ -1,2 +0,0 @@
<?php
include KERNEL_APP_MODULES_DIR . "/ЕÑtest/routs/ЕÑtest.php";

View File

@ -1,8 +0,0 @@
<?php
namespace app\modules\ЕÑtest;
class ЕÑtestModule extends \kernel\app_modules\ЕÑtest\ЕÑtestModule
{
}