first commit

This commit is contained in:
2025-11-06 06:55:15 +00:00
commit 0b603376d2
107 changed files with 17279 additions and 0 deletions

6
config/custom.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
return [
'defaultLanguage' => 'en', //en(default)
'paginationItem' => env('PAGINATION_SIZE', '50'),
];