first commit

This commit is contained in:
2025-03-07 00:29:07 -06:00
commit b21a11c2ee
564 changed files with 94041 additions and 0 deletions

14
config/koneko.php Normal file
View File

@ -0,0 +1,14 @@
<?php
// Variables
return [
"appName" => "koneko.mx",
"appTitle" => "Koneko Soluciones Tecnológicas",
"appDescription" => "Koneko Soluciones Tecnológicas",
"appLogo" => "../vendor/vuexy-admin/img/logo/koneko-04.png",
"appFavicon" => "../vendor/vuexy-admin/img/logo/koneko-04.png",
"author" => "arturo@koneko.mx",
"creatorName" => "Koneko Soluciones Tecnológicas",
"creatorUrl" => "https://koneko.mx",
"licenseUrl" => "https://koneko.mx/koneko-admin/licencia",
"supportUrl" => "https://koneko.mx/soporte",
];