feat: install and scaffold Tablar theme

This commit is contained in:
2026-05-01 11:49:20 -04:00
parent 9108b6bab6
commit bd52e27f76
170 changed files with 1046 additions and 375 deletions
Generated
+65 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6a8c1dbed78b92e966ff11684e8bb902",
"content-hash": "9f3b5396da1f090c9cab4f086f23f776",
"packages": [
{
"name": "barryvdh/laravel-snappy",
@@ -9312,6 +9312,70 @@
],
"time": "2026-03-30T13:44:50+00:00"
},
{
"name": "takielias/tablar",
"version": "13.02",
"source": {
"type": "git",
"url": "https://github.com/takielias/tablar.git",
"reference": "bb38f4f12482a41297ca5f19667cb1fdc6d5e0ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/takielias/tablar/zipball/bb38f4f12482a41297ca5f19667cb1fdc6d5e0ef",
"reference": "bb38f4f12482a41297ca5f19667cb1fdc6d5e0ef",
"shasum": ""
},
"require": {
"illuminate/support": ">=10.0"
},
"conflict": {
"laravel/breeze": "*"
},
"require-dev": {
"orchestra/testbench": ">=9.0",
"phpunit/phpunit": ">=10.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"TakiElias\\Tablar\\TablarServiceProvider"
]
},
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"TakiElias\\Tablar\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taki Elias",
"email": "taki.elias@gmail.com"
}
],
"description": "Tablar: A Laravel Dashboard Preset Featuring Dark Mode and Dynamic Menu Generation for Effortless Navigation and Fast Development.",
"keywords": [
"bootstrap",
"laravel",
"preset",
"tabler",
"vite"
],
"support": {
"issues": "https://github.com/takielias/tablar/issues",
"source": "https://github.com/takielias/tablar/tree/13.02"
},
"time": "2026-03-26T09:58:14+00:00"
},
{
"name": "thecodingmachine/safe",
"version": "v3.4.0",