refactor: front end

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-03-28 12:47:21 -04:00
parent 28e5cce23a
commit ccb781f933
38 changed files with 4909 additions and 2897 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "ktxm/file-manager",
"name": "ktxm/documents-manager",
"type": "project",
"authors": [
{
@@ -12,7 +12,7 @@
"platform": {
"php": "8.2"
},
"autoloader-suffix": "FileManager",
"autoloader-suffix": "DocumentsManager",
"vendor-dir": "lib/vendor"
},
"require": {
@@ -20,7 +20,7 @@
},
"autoload": {
"psr-4": {
"KTXM\\FileManager\\": "lib/"
"KTXM\\DocumentsManager\\": "lib/"
}
}
}