cambiamento template con AdminLTE

This commit is contained in:
2023-09-30 10:34:25 +02:00
parent e22868bef5
commit ac1ac587f9
530 changed files with 373145 additions and 10706 deletions

105
composer.lock generated
View File

@@ -4,8 +4,51 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "acd096c2d0a14521dd551b39dde1ef28",
"content-hash": "7f685f85c8c510c071ddd43bbd2682a0",
"packages": [
{
"name": "almasaeed2010/adminlte",
"version": "v3.2.0",
"source": {
"type": "git",
"url": "https://github.com/ColorlibHQ/AdminLTE.git",
"reference": "bd4d9c72931f1dd28601b6bfb387554a381ad540"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ColorlibHQ/AdminLTE/zipball/bd4d9c72931f1dd28601b6bfb387554a381ad540",
"reference": "bd4d9c72931f1dd28601b6bfb387554a381ad540",
"shasum": ""
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colorlib"
}
],
"description": "AdminLTE - admin control panel and dashboard that's based on Bootstrap 4",
"homepage": "https://adminlte.io/",
"keywords": [
"JS",
"admin",
"back-end",
"css",
"less",
"responsive",
"template",
"theme",
"web"
],
"support": {
"issues": "https://github.com/ColorlibHQ/AdminLTE/issues",
"source": "https://github.com/ColorlibHQ/AdminLTE/tree/v3.2.0"
},
"time": "2022-02-07T20:33:09+00:00"
},
{
"name": "asm89/stack-cors",
"version": "v2.1.1",
@@ -1448,6 +1491,66 @@
],
"time": "2023-04-17T16:11:26+00:00"
},
{
"name": "jeroennoten/laravel-adminlte",
"version": "v3.9.2",
"source": {
"type": "git",
"url": "https://github.com/jeroennoten/Laravel-AdminLTE.git",
"reference": "93baa120687458fe6d06aab3bd147f30f08617e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jeroennoten/Laravel-AdminLTE/zipball/93baa120687458fe6d06aab3bd147f30f08617e8",
"reference": "93baa120687458fe6d06aab3bd147f30f08617e8",
"shasum": ""
},
"require": {
"almasaeed2010/adminlte": "3.2.*",
"laravel/framework": ">=7.0",
"php": ">=7.2.5"
},
"require-dev": {
"orchestra/testbench": ">=4.0",
"phpunit/phpunit": ">=9.1",
"scrutinizer/ocular": "^1.9"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"JeroenNoten\\LaravelAdminLte\\AdminLteServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"JeroenNoten\\LaravelAdminLte\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeroen Noten",
"email": "jeroennoten@me.com"
}
],
"description": "Easy AdminLTE integration with Laravel",
"keywords": [
"AdminLTE",
"admin",
"administrator",
"laravel"
],
"support": {
"issues": "https://github.com/jeroennoten/Laravel-AdminLTE/issues",
"source": "https://github.com/jeroennoten/Laravel-AdminLTE/tree/v3.9.2"
},
"time": "2023-08-25T17:01:05+00:00"
},
{
"name": "laravel-notification-channels/telegram",
"version": "2.1.0",