Added Tabs to edit page

This commit is contained in:
2025-11-16 21:57:10 -08:00
parent bba62180fe
commit a14df54cd9
29 changed files with 771 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "4lt/novaconium",
"name": "4lt/novaconium",
"description": "A high-performance PHP framework built from the past.",
"license": "MIT",
"authors": [
@@ -11,19 +11,18 @@
}
],
"autoload": {
"psr-4": {
"Novaconium\\\\": "src/"
}
"psr-4": {
"Novaconium\\": "src/"
}
},
"require": {
"twig/twig": "*",
"nickyeoman/php-validation-class": "^5.0"
"twig/twig": "*",
"nickyeoman/php-validation-class": "^5.0"
},
"minimum-stability": "stable",
"minimum-stability": "stable",
"extra": {
"versioning": {
"strategy": "semantic-versioning"
}
}
}
}