feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
@@ -0,0 +1,37 @@
<?php
return [
'title' => 'เพิ่ม:label',
'breadcrumb' => 'เพิ่ม',
'form' => [
'actions' => [
'cancel' => [
'label' => 'ยกเลิก',
],
'create' => [
'label' => 'บันทึก',
],
'create_another' => [
'label' => 'บันทึกและเพิ่มอีกรายการ',
],
],
],
'notifications' => [
'created' => [
'title' => 'บันทึกเรียบร้อย',
],
],
];
@@ -0,0 +1,41 @@
<?php
return [
'title' => 'แก้ไข :label',
'breadcrumb' => 'แก้ไข',
'form' => [
'actions' => [
'cancel' => [
'label' => 'ยกเลิก',
],
'save' => [
'label' => 'บันทึก',
],
],
],
'content' => [
'tab' => [
'label' => 'แก้ไข',
],
],
'notifications' => [
'saved' => [
'title' => 'บันทึกข้อมูลเรียบร้อย',
],
],
];
@@ -0,0 +1,7 @@
<?php
return [
'breadcrumb' => 'รายการ',
];
@@ -0,0 +1,5 @@
<?php
return [
'title' => 'จัดการ :label',
];
@@ -0,0 +1,17 @@
<?php
return [
'title' => ':label',
'breadcrumb' => 'รายละเอียด',
'content' => [
'tab' => [
'label' => 'รายละเอียด',
],
],
];