diff --git a/.idea/php.xml b/.idea/php.xml
index 62bc4038..23db7153 100755
--- a/.idea/php.xml
+++ b/.idea/php.xml
@@ -10,7 +10,7 @@
-
+
diff --git a/ci4/app/Config/Routing.php b/ci4/app/Config/Routing.php
index c0234da8..bd091a65 100644
--- a/ci4/app/Config/Routing.php
+++ b/ci4/app/Config/Routing.php
@@ -87,7 +87,7 @@ class Routing extends BaseRouting
*
* If FALSE, will stop searching and do NO automatic routing.
*/
- public bool $autoRoute = false;
+ public bool $autoRoute = true;
/**
* If TRUE, will enable the use of the 'prioritize' option
diff --git a/ci4/app/Config/Safekat.php b/ci4/app/Config/Safekat.php
new file mode 100644
index 00000000..9f693a44
--- /dev/null
+++ b/ci4/app/Config/Safekat.php
@@ -0,0 +1,74 @@
+ 'English',
+ 'es' => 'Spanish',
+ ];
+
+
+ public $languageFlags = [
+ 'en' => 'us',
+ 'es' => 'es',
+ ];
+
+
+ public $authImplemented = false;
+
+
+ public $theme = [
+ 'name' => 'vuexy',
+ 'body-sm' => false,
+ 'navbar' => [
+ 'bg' => 'gray',
+ 'type' => 'dark',
+ 'border' => true,
+ 'user' => [
+ 'visible' => true,
+ 'shadow' => 0,
+ ],
+ ],
+ 'sidebar' => [
+ 'type' => 'dark',
+ 'shadow' => 4,
+ 'border' => false,
+ 'compact' => true,
+ 'links' => [
+ 'bg' => 'black', // only works with AdminLTE theme
+ 'shadow' => 1,
+ ],
+ 'brand' => [
+ 'bg' => 'gray-dark',
+ 'logo' => [
+ 'icon' => 'favicon.ico', // path to image | this example icon on public root folder.
+ 'text' => 'sk_test',
+ 'shadow' => 2,
+ ],
+ ],
+ 'user' => [
+ 'visible' => true,
+ 'shadow' => 2,
+ ],
+ ],
+ 'footer' => [
+ 'fixed' => false,
+ 'organization' => 'Safekat',
+ 'orglink' => '#',
+ ],
+ ];
+
+}
diff --git a/ci4/composer.json b/ci4/composer.json
index 2ec57917..e0f6f959 100755
--- a/ci4/composer.json
+++ b/ci4/composer.json
@@ -5,7 +5,7 @@
"homepage": "https://codeigniter.com",
"license": "MIT",
"require": {
- "php": "^7.3 || ^8.0",
+ "php": "^8.1",
"codeigniter4/shield": "^1.0",
"codeigniter4/framework": "^4",
"phpoffice/phpspreadsheet": "^1.18",
diff --git a/composer.phar b/composer.phar
new file mode 100644
index 00000000..9b28eb4b
Binary files /dev/null and b/composer.phar differ