restore composer.json, add mysqli extension

This commit is contained in:
2026-04-15 17:02:52 +05:00
commit 77cf56a348
4317 changed files with 1397107 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"listItems": [
{"name":"1-Column", "url":"sk-layout-1-column.html","icon":"feather icon-file-text"},
{"name":"2-Columns", "url":"sk-layout-2-columns.html","icon":"feather icon-sidebar"},
{"name":"Fixed Navbar", "url":"sk-layout-fixed-navbar.html","icon":"feather icon-credit-card"},
{"name":"Floating Navbar", "url":"sk-layout-floating-navbar.html","icon":"feather icon-server"},
{"name":"Fixed Layout", "url":"sk-layout-fixed.html","icon":"feather icon-layout"},
{"name":"Static Layout", "url":"sk-layout-static.html","icon":"feather icon-sliders"}
]
}