CRUD building and concept codes

This commit is contained in:
2026-06-24 14:11:55 +07:00
parent 09de1c3e92
commit 75830562c4
24 changed files with 1024 additions and 82 deletions

9
config/nrml.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
'pagination' => [
'perpage' => 20,
]
];