new commit

This commit is contained in:
fiqhpratama
2024-11-27 11:16:45 +07:00
parent 8435faf0e9
commit 453d9bb470
10880 changed files with 2249737 additions and 72 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"name": "jeroennoten/laravel-adminlte",
"description": "Easy AdminLTE integration with Laravel",
"keywords": ["laravel", "adminlte", "admin", "administrator"],
"license": "MIT",
"authors": [
{
"name": "Jeroen Noten",
"email": "jeroennoten@me.com"
}
],
"autoload": {
"psr-4": {
"JeroenNoten\\LaravelAdminLte\\": "src/"
}
},
"autoload-dev": {
"classmap": [
"tests/TestCase.php",
"tests/Console/CommandTestCase.php"
]
},
"extra": {
"laravel": {
"providers": [
"JeroenNoten\\LaravelAdminLte\\AdminLteServiceProvider"
]
}
},
"require": {
"laravel/framework": ">=7.0",
"php": ">=7.2.5",
"almasaeed2010/adminlte": "3.2.*"
},
"require-dev": {
"phpunit/phpunit": ">=9.1",
"orchestra/testbench": ">=4.0"
}
}