update
parent
8f6f446f4b
commit
3e807608b4
|
@ -11,6 +11,7 @@
|
|||
"laravel/sanctum": "^3.2",
|
||||
"laravel/tinker": "^2.8",
|
||||
"laravel/ui": "^4.6",
|
||||
"mallardduck/blade-lucide-icons": "^1.23",
|
||||
"symfony/css-selector": "^7.2",
|
||||
"symfony/dom-crawler": "^7.2"
|
||||
},
|
||||
|
|
|
@ -4,8 +4,89 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "562fbab897e7f7fb3bba05352cc9d922",
|
||||
"content-hash": "89656637435d34ce7295d546ba9c533b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "blade-ui-kit/blade-icons",
|
||||
"version": "1.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/driesvints/blade-icons.git",
|
||||
"reference": "7b743f27476acb2ed04cb518213d78abe096e814"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/driesvints/blade-icons/zipball/7b743f27476acb2ed04cb518213d78abe096e814",
|
||||
"reference": "7b743f27476acb2ed04cb518213d78abe096e814",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/view": "^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"php": "^7.4|^8.0",
|
||||
"symfony/console": "^5.3|^6.0|^7.0",
|
||||
"symfony/finder": "^5.3|^6.0|^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.5.1",
|
||||
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
|
||||
"phpunit/phpunit": "^9.0|^10.5|^11.0"
|
||||
},
|
||||
"bin": [
|
||||
"bin/blade-icons-generate"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"BladeUI\\Icons\\BladeIconsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/helpers.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"BladeUI\\Icons\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dries Vints",
|
||||
"homepage": "https://driesvints.com"
|
||||
}
|
||||
],
|
||||
"description": "A package to easily make use of icons in your Laravel Blade views.",
|
||||
"homepage": "https://github.com/blade-ui-kit/blade-icons",
|
||||
"keywords": [
|
||||
"blade",
|
||||
"icons",
|
||||
"laravel",
|
||||
"svg"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/blade-ui-kit/blade-icons/issues",
|
||||
"source": "https://github.com/blade-ui-kit/blade-icons"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/sponsors/driesvints",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://www.paypal.com/paypalme/driesvints",
|
||||
"type": "paypal"
|
||||
}
|
||||
],
|
||||
"time": "2025-02-13T20:35:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "brick/math",
|
||||
"version": "0.12.1",
|
||||
|
@ -1952,6 +2033,66 @@
|
|||
],
|
||||
"time": "2024-09-21T08:32:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mallardduck/blade-lucide-icons",
|
||||
"version": "1.23.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mallardduck/blade-lucide-icons.git",
|
||||
"reference": "19081819bb527e15eed22f6528b9d059c1a8df8b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mallardduck/blade-lucide-icons/zipball/19081819bb527e15eed22f6528b9d059c1a8df8b",
|
||||
"reference": "19081819bb527e15eed22f6528b9d059c1a8df8b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"blade-ui-kit/blade-icons": "^1.6",
|
||||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-dom": "*",
|
||||
"ext-fileinfo": "*",
|
||||
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
|
||||
"phpunit/phpunit": "^9.0|^10.5|^11.0",
|
||||
"spatie/phpunit-snapshot-assertions": "^4.2.14"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"MallardDuck\\LucideIcons\\BladeLucideIconsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"MallardDuck\\LucideIcons\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dan Pock"
|
||||
}
|
||||
],
|
||||
"description": "A package to easily make use of Lucide icons in your Laravel Blade views.",
|
||||
"homepage": "https://github.com/mallardduck/blade-lucide-icons",
|
||||
"keywords": [
|
||||
"LucideIcons",
|
||||
"blade",
|
||||
"laravel"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/mallardduck/blade-lucide-icons/issues",
|
||||
"source": "https://github.com/mallardduck/blade-lucide-icons/tree/1.23.0"
|
||||
},
|
||||
"time": "2024-07-22T15:40:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "masterminds/html5",
|
||||
"version": "2.9.0",
|
||||
|
|
|
@ -0,0 +1,57 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|-----------------------------------------------------------------
|
||||
| Default Prefix
|
||||
|-----------------------------------------------------------------
|
||||
|
|
||||
| This config option allows you to define a default prefix for
|
||||
| your icons. The dash separator will be applied automatically
|
||||
| to every icon name. It's required and needs to be unique.
|
||||
|
|
||||
*/
|
||||
|
||||
'prefix' => 'lucide',
|
||||
|
||||
/*
|
||||
|-----------------------------------------------------------------
|
||||
| Fallback Icon
|
||||
|-----------------------------------------------------------------
|
||||
|
|
||||
| This config option allows you to define a fallback
|
||||
| icon when an icon in this set cannot be found.
|
||||
|
|
||||
*/
|
||||
|
||||
'fallback' => '',
|
||||
|
||||
/*
|
||||
|-----------------------------------------------------------------
|
||||
| Default Set Classes
|
||||
|-----------------------------------------------------------------
|
||||
|
|
||||
| This config option allows you to define some classes which
|
||||
| will be applied by default to all icons within this set.
|
||||
|
|
||||
*/
|
||||
|
||||
'class' => '',
|
||||
|
||||
/*
|
||||
|-----------------------------------------------------------------
|
||||
| Default Set Attributes
|
||||
|-----------------------------------------------------------------
|
||||
|
|
||||
| This config option allows you to define some attributes which
|
||||
| will be applied by default to all icons within this set.
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [
|
||||
// 'width' => 50,
|
||||
// 'height' => 50,
|
||||
],
|
||||
|
||||
];
|
Binary file not shown.
After Width: | Height: | Size: 315 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 890 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 917 KiB |
|
@ -38,11 +38,14 @@
|
|||
.text-info{
|
||||
color: #3B38A0!important;
|
||||
}
|
||||
.text-black{
|
||||
color: #333!important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container mx-auto">
|
||||
<div class="max-w-screen-xl flex flex-wrap flex-between justify-between items-center gap-5 mx-auto p-5">
|
||||
<div class="flex flex-between justify-between items-center gap-5 mx-auto p-5">
|
||||
<div class="flex flex-row gap-10">
|
||||
<a href="{{ url('/') }}" class="flex items-center space-x-3 rtl:space-x-reverse">
|
||||
<img src="{{ asset('assets/logo-dinas.ico') }}" class="h-8" />
|
||||
|
@ -71,9 +74,155 @@
|
|||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
|
||||
</svg>
|
||||
</button>
|
||||
<button type="button" class="text-white bg-success focus:outline-none font-medium rounded-lg text-sm px-4 py-2 text-right">Login</button>
|
||||
<a href="{{ url('login') }}" class="text-white bg-success focus:outline-none rounded-lg text-sm px-4 py-2 text-right">Login</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<section id="section1" class="relative overflow-hidden md:pt-20" style="min-height: 95vh">
|
||||
<!-- Enhanced Animated Background Elements -->
|
||||
<div class="absolute inset-0 bg-gradient-to-br from-slate-50 via-white to-gray-100">
|
||||
<div class="absolute inset-0 bg-grid-pattern opacity-[0.03]"></div>
|
||||
<div class="absolute top-0 left-0 w-full h-full overflow-hidden">
|
||||
<div class="blob blob-1 absolute top-[10%] right-[15%] w-[40vw] h-[40vw] rounded-full mix-blend-multiply filter blur-[80px] animate-blob-slow opacity-15 bg-gradient-to-br from-green-300 to-emerald-400"></div>
|
||||
<div class="blob blob-2 absolute bottom-[5%] left-[20%] w-[35vw] h-[35vw] rounded-full mix-blend-multiply filter blur-[80px] animate-blob-slow animation-delay-2000 opacity-15 bg-gradient-to-br from-amber-300 to-orange-400"></div>
|
||||
<div class="blob blob-3 absolute top-[30%] left-[10%] w-[30vw] h-[30vw] rounded-full mix-blend-multiply filter blur-[80px] animate-blob-slow animation-delay-4000 opacity-15 bg-gradient-to-tr from-green-400 to-teal-300"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col md:flex-row px-4 container mx-auto my-40 md:my-0 gap-3">
|
||||
<div class="w-full md:w-3/5 z-10 relative items-center">
|
||||
<div class="flex flex-col justify-center text-center md:text-left item-center gap-4">
|
||||
<h4 class="mb-2 text-lg font-semibold animate-fade-in" style="animation-delay: 0.4s">
|
||||
<span class="text-black">Portal Resmi</span>
|
||||
</h4>
|
||||
|
||||
<h2 class="text-3xl md:text-3xl lg:text-4xl font-extrabold animate-fade-in" style="animation-delay: 0.4s">
|
||||
<span class="text-warning">Sekolah Adiwiyata</span> <br>
|
||||
<span class="text-warning">DKI Jakarta</span>
|
||||
</h2>
|
||||
|
||||
<p class="text-gray-600 text-lg max-w-2xl leading-relaxed mb-2 animate-fade-in" style="animation-delay: 0.8s">
|
||||
Sistem Informasi Adiwiyata. <br> Pusat Pengembangan Generasi Lingkungan Hidup
|
||||
</p>
|
||||
<a href="#section2" class="p-3 text-white bg-success rounded-full mx-auto md:mx-0 w-50 text-center flex flex-row gap-3 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
|
||||
<span>Lihat Selengkapnya</span> <x-lucide-arrow-down width="20" class="text-white"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-2/5 relative flex md:block hidden">
|
||||
<div class="flex flex-col absolute top-0 left-0 right-10 w-full h-full">
|
||||
<img class="left-[100px] top-0 absolute " src="{{ asset('img2.svg') }}" />
|
||||
<img class="left-0 top-[90px] absolute " src="{{ asset('img1.svg') }}" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="section2" class="container mx-auto p-12 md:py-12">
|
||||
<div class="grid grid-rows-1 md:grid-cols-3 gap-5">
|
||||
<div class="bg-danger flex flex-col justify-center text-white rounded-xl gap-3 min-h-[30vh] shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
|
||||
<div class="text-6xl lg:text-7xl font-extrabold text-center">68</div>
|
||||
<div class="flex justify-around items-center">
|
||||
<div class="flex flex-col">
|
||||
<span class="font-extrabold">Kota</span>
|
||||
<span class="opacity-[70%]">Sekolah Adiwiyata</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="font-extrabold">2025</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-info flex flex-col justify-center text-white rounded-xl gap-3 min-h-[30vh] shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
|
||||
<div class="text-6xl lg:text-7xl font-extrabold text-center">137</div>
|
||||
<div class="flex justify-around items-center">
|
||||
<div class="flex flex-col">
|
||||
<span class="font-extrabold">Provinsi</span>
|
||||
<span class="opacity-[70%]">Sekolah Adiwiyata</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="font-extrabold">2025</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-warning flex flex-col justify-center text-white rounded-xl gap-3 min-h-[30vh] shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
|
||||
<div class="text-6xl lg:text-7xl font-extrabold text-center">89</div>
|
||||
<div class="flex justify-around items-center">
|
||||
<div class="flex flex-col">
|
||||
<span class="font-extrabold">Nasional</span>
|
||||
<span class="opacity-[70%]">Sekolah Adiwiyata</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="font-extrabold">2025</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="section2" class="container mx-auto p-12 md:py-12">
|
||||
<div class="flex justify-between mb-15">
|
||||
<h4 class="text-lg md:text-2xl font-extrabold text-black">Kegiatan Adiwiyata</h4>
|
||||
<a href="#section2" class="p-2 text-white text-sm bg-warning rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 ">
|
||||
<span>Lihat Semua</span> <x-lucide-arrow-right width="20" class="text-white text-right"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="flex flex-row gap-10">
|
||||
<div class="w-full lg:w-2/3">
|
||||
<div class="flex flex-col gap-3">
|
||||
<img src="{{ asset('berita.png') }}" alt="" class="w-full lg:w-[100%]">
|
||||
<div class="flex flex-row gap-3 items-center">
|
||||
<span class="p-2 bg-warning text-xs rounded-[10px] text-white">Kegiatan Provinsi</span>
|
||||
<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
|
||||
</div>
|
||||
<h4 class="text-2xl text-black font-bold mt-2">Kagiatan Program Sekolah Adiwiyata Provinsi SMPN 197</h4>
|
||||
<p class="opacity-[50%]">
|
||||
JAKARTA – Sebanyak empat pelanggar Peraturan Daerah (Perda) Provinsi DKI Jakarta Nomor 2 Tahun 2005 tentang Pengendalian Pencemaran Udara menjalani sidang Tindak Pidana Ringan (Tipiring) di Pengadilan Negeri Jakarta Barat pada Selasa (29/7).
|
||||
</p>
|
||||
<a href="#section2" class="text-sm text-warning rounded-[10px] mx-auto md:mx-0 flex flex-row gap-3 ">
|
||||
<span>Baca Selengkapnya</span> <x-lucide-arrow-right width="20" class="text-warning"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hidden lg:block w-1/3">
|
||||
<div class="flex flex-col gap-3">
|
||||
<div class="flex items-center gap-3 flex-row border-b-1 border-b-[#eee] pb-3">
|
||||
<div class="flex justify-end w-2/5">
|
||||
<img src="{{ asset('berita.png') }}">
|
||||
</div>
|
||||
<div class="flex flex-col gap-3 justify-center w-3/5">
|
||||
<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
|
||||
<h4 class="text-xs text-black font-bold">Kagiatan Program Sekolah Adiwiyata Provinsi SMPN 197</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center gap-3 flex-row border-b-1 border-b-[#eee] pb-3">
|
||||
<div class="flex justify-end w-2/5">
|
||||
<img src="{{ asset('berita.png') }}">
|
||||
</div>
|
||||
<div class="flex flex-col gap-3 justify-center w-3/5">
|
||||
<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
|
||||
<h4 class="text-xs text-black font-bold">Kagiatan Program Sekolah Adiwiyata Provinsi SMPN 197</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center gap-3 flex-row border-b-1 border-b-[#eee] pb-3">
|
||||
<div class="flex justify-end w-2/5">
|
||||
<img src="{{ asset('berita.png') }}">
|
||||
</div>
|
||||
<div class="flex flex-col gap-3 justify-center w-3/5">
|
||||
<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
|
||||
<h4 class="text-xs text-black font-bold">Kagiatan Program Sekolah Adiwiyata Provinsi SMPN 197</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center gap-3 flex-row pb-3">
|
||||
<div class="flex justify-end w-2/5">
|
||||
<img src="{{ asset('berita.png') }}">
|
||||
</div>
|
||||
<div class="flex flex-col gap-3 justify-center w-3/5">
|
||||
<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
|
||||
<h4 class="text-xs text-black font-bold">Kagiatan Program Sekolah Adiwiyata Provinsi SMPN 197</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
|
@ -39,8 +39,8 @@ Route::middleware(Session::class)->name('modules.')->group(function () {
|
|||
|
||||
|
||||
Route::get('/', function () {
|
||||
// return view('index');
|
||||
return redirect('login');
|
||||
return view('index');
|
||||
// return redirect('login');
|
||||
});
|
||||
|
||||
|
||||
|
|
|
@ -69,6 +69,7 @@ return array(
|
|||
'App\\Models\\ProfileSekolah' => $baseDir . '/app/Models/ProfileSekolah.php',
|
||||
'App\\Models\\SK' => $baseDir . '/app/Models/SK.php',
|
||||
'App\\Models\\User' => $baseDir . '/app/Models/User.php',
|
||||
'App\\Models\\Usulan' => $baseDir . '/app/Models/Usulan.php',
|
||||
'App\\Models\\UsulanApproval' => $baseDir . '/app/Models/UsulanApproval.php',
|
||||
'App\\Providers\\AppServiceProvider' => $baseDir . '/app/Providers/AppServiceProvider.php',
|
||||
'App\\Providers\\AuthServiceProvider' => $baseDir . '/app/Providers/AuthServiceProvider.php',
|
||||
|
@ -76,6 +77,18 @@ return array(
|
|||
'App\\Providers\\EventServiceProvider' => $baseDir . '/app/Providers/EventServiceProvider.php',
|
||||
'App\\Providers\\RouteServiceProvider' => $baseDir . '/app/Providers/RouteServiceProvider.php',
|
||||
'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
|
||||
'BladeUI\\Icons\\BladeIconsServiceProvider' => $vendorDir . '/blade-ui-kit/blade-icons/src/BladeIconsServiceProvider.php',
|
||||
'BladeUI\\Icons\\Components\\Icon' => $vendorDir . '/blade-ui-kit/blade-icons/src/Components/Icon.php',
|
||||
'BladeUI\\Icons\\Components\\Svg' => $vendorDir . '/blade-ui-kit/blade-icons/src/Components/Svg.php',
|
||||
'BladeUI\\Icons\\Concerns\\RendersAttributes' => $vendorDir . '/blade-ui-kit/blade-icons/src/Concerns/RendersAttributes.php',
|
||||
'BladeUI\\Icons\\Console\\CacheCommand' => $vendorDir . '/blade-ui-kit/blade-icons/src/Console/CacheCommand.php',
|
||||
'BladeUI\\Icons\\Console\\ClearCommand' => $vendorDir . '/blade-ui-kit/blade-icons/src/Console/ClearCommand.php',
|
||||
'BladeUI\\Icons\\Exceptions\\CannotRegisterIconSet' => $vendorDir . '/blade-ui-kit/blade-icons/src/Exceptions/CannotRegisterIconSet.php',
|
||||
'BladeUI\\Icons\\Exceptions\\SvgNotFound' => $vendorDir . '/blade-ui-kit/blade-icons/src/Exceptions/SvgNotFound.php',
|
||||
'BladeUI\\Icons\\Factory' => $vendorDir . '/blade-ui-kit/blade-icons/src/Factory.php',
|
||||
'BladeUI\\Icons\\Generation\\IconGenerator' => $vendorDir . '/blade-ui-kit/blade-icons/src/Generation/IconGenerator.php',
|
||||
'BladeUI\\Icons\\IconsManifest' => $vendorDir . '/blade-ui-kit/blade-icons/src/IconsManifest.php',
|
||||
'BladeUI\\Icons\\Svg' => $vendorDir . '/blade-ui-kit/blade-icons/src/Svg.php',
|
||||
'Brick\\Math\\BigDecimal' => $vendorDir . '/brick/math/src/BigDecimal.php',
|
||||
'Brick\\Math\\BigInteger' => $vendorDir . '/brick/math/src/BigInteger.php',
|
||||
'Brick\\Math\\BigNumber' => $vendorDir . '/brick/math/src/BigNumber.php',
|
||||
|
@ -2783,6 +2796,7 @@ return array(
|
|||
'League\\MimeTypeDetection\\GeneratedExtensionToMimeTypeMap' => $vendorDir . '/league/mime-type-detection/src/GeneratedExtensionToMimeTypeMap.php',
|
||||
'League\\MimeTypeDetection\\MimeTypeDetector' => $vendorDir . '/league/mime-type-detection/src/MimeTypeDetector.php',
|
||||
'League\\MimeTypeDetection\\OverridingExtensionToMimeTypeMap' => $vendorDir . '/league/mime-type-detection/src/OverridingExtensionToMimeTypeMap.php',
|
||||
'MallardDuck\\LucideIcons\\BladeLucideIconsServiceProvider' => $vendorDir . '/mallardduck/blade-lucide-icons/src/BladeLucideIconsServiceProvider.php',
|
||||
'Masterminds\\HTML5' => $vendorDir . '/masterminds/html5/src/HTML5.php',
|
||||
'Masterminds\\HTML5\\Elements' => $vendorDir . '/masterminds/html5/src/HTML5/Elements.php',
|
||||
'Masterminds\\HTML5\\Entities' => $vendorDir . '/masterminds/html5/src/HTML5/Entities.php',
|
||||
|
|
|
@ -21,6 +21,7 @@ return array(
|
|||
'3bd81c9b8fcc150b69d8b63b4d2ccf23' => $vendorDir . '/spatie/flare-client-php/src/helpers.php',
|
||||
'09f6b20656683369174dd6fa83b7e5fb' => $vendorDir . '/symfony/polyfill-uuid/bootstrap.php',
|
||||
'a1105708a18b76903365ca1c4aa61b02' => $vendorDir . '/symfony/translation/Resources/functions.php',
|
||||
'29ffe97919493792170d47eb03a68da9' => $vendorDir . '/blade-ui-kit/blade-icons/src/helpers.php',
|
||||
'47e1160838b5e5a10346ac4084b58c23' => $vendorDir . '/laravel/prompts/src/helpers.php',
|
||||
'6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
||||
'801c31d8ed748cfa537fa45402288c95' => $vendorDir . '/psy/psysh/src/functions.php',
|
||||
|
|
|
@ -61,6 +61,7 @@ return array(
|
|||
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
|
||||
'Mockery\\' => array($vendorDir . '/mockery/mockery/library/Mockery'),
|
||||
'Masterminds\\' => array($vendorDir . '/masterminds/html5/src'),
|
||||
'MallardDuck\\LucideIcons\\' => array($vendorDir . '/mallardduck/blade-lucide-icons/src'),
|
||||
'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'),
|
||||
'League\\Flysystem\\Local\\' => array($vendorDir . '/league/flysystem-local'),
|
||||
'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
|
||||
|
@ -94,5 +95,6 @@ return array(
|
|||
'Carbon\\Doctrine\\' => array($vendorDir . '/carbonphp/carbon-doctrine-types/src/Carbon/Doctrine'),
|
||||
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
|
||||
'Brick\\Math\\' => array($vendorDir . '/brick/math/src'),
|
||||
'BladeUI\\Icons\\' => array($vendorDir . '/blade-ui-kit/blade-icons/src'),
|
||||
'App\\' => array($baseDir . '/app', $vendorDir . '/laravel/pint/app'),
|
||||
);
|
||||
|
|
|
@ -22,6 +22,7 @@ class ComposerStaticInitbfe12996eeecb6fdc8713a9fd9d431f8
|
|||
'3bd81c9b8fcc150b69d8b63b4d2ccf23' => __DIR__ . '/..' . '/spatie/flare-client-php/src/helpers.php',
|
||||
'09f6b20656683369174dd6fa83b7e5fb' => __DIR__ . '/..' . '/symfony/polyfill-uuid/bootstrap.php',
|
||||
'a1105708a18b76903365ca1c4aa61b02' => __DIR__ . '/..' . '/symfony/translation/Resources/functions.php',
|
||||
'29ffe97919493792170d47eb03a68da9' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/helpers.php',
|
||||
'47e1160838b5e5a10346ac4084b58c23' => __DIR__ . '/..' . '/laravel/prompts/src/helpers.php',
|
||||
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
||||
'801c31d8ed748cfa537fa45402288c95' => __DIR__ . '/..' . '/psy/psysh/src/functions.php',
|
||||
|
@ -119,6 +120,7 @@ class ComposerStaticInitbfe12996eeecb6fdc8713a9fd9d431f8
|
|||
'Monolog\\' => 8,
|
||||
'Mockery\\' => 8,
|
||||
'Masterminds\\' => 12,
|
||||
'MallardDuck\\LucideIcons\\' => 24,
|
||||
),
|
||||
'L' =>
|
||||
array (
|
||||
|
@ -176,6 +178,7 @@ class ComposerStaticInitbfe12996eeecb6fdc8713a9fd9d431f8
|
|||
'B' =>
|
||||
array (
|
||||
'Brick\\Math\\' => 11,
|
||||
'BladeUI\\Icons\\' => 14,
|
||||
),
|
||||
'A' =>
|
||||
array (
|
||||
|
@ -407,6 +410,10 @@ class ComposerStaticInitbfe12996eeecb6fdc8713a9fd9d431f8
|
|||
array (
|
||||
0 => __DIR__ . '/..' . '/masterminds/html5/src',
|
||||
),
|
||||
'MallardDuck\\LucideIcons\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/mallardduck/blade-lucide-icons/src',
|
||||
),
|
||||
'League\\MimeTypeDetection\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/league/mime-type-detection/src',
|
||||
|
@ -543,6 +550,10 @@ class ComposerStaticInitbfe12996eeecb6fdc8713a9fd9d431f8
|
|||
array (
|
||||
0 => __DIR__ . '/..' . '/brick/math/src',
|
||||
),
|
||||
'BladeUI\\Icons\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src',
|
||||
),
|
||||
'App\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/app',
|
||||
|
@ -614,6 +625,7 @@ class ComposerStaticInitbfe12996eeecb6fdc8713a9fd9d431f8
|
|||
'App\\Models\\ProfileSekolah' => __DIR__ . '/../..' . '/app/Models/ProfileSekolah.php',
|
||||
'App\\Models\\SK' => __DIR__ . '/../..' . '/app/Models/SK.php',
|
||||
'App\\Models\\User' => __DIR__ . '/../..' . '/app/Models/User.php',
|
||||
'App\\Models\\Usulan' => __DIR__ . '/../..' . '/app/Models/Usulan.php',
|
||||
'App\\Models\\UsulanApproval' => __DIR__ . '/../..' . '/app/Models/UsulanApproval.php',
|
||||
'App\\Providers\\AppServiceProvider' => __DIR__ . '/../..' . '/app/Providers/AppServiceProvider.php',
|
||||
'App\\Providers\\AuthServiceProvider' => __DIR__ . '/../..' . '/app/Providers/AuthServiceProvider.php',
|
||||
|
@ -621,6 +633,18 @@ class ComposerStaticInitbfe12996eeecb6fdc8713a9fd9d431f8
|
|||
'App\\Providers\\EventServiceProvider' => __DIR__ . '/../..' . '/app/Providers/EventServiceProvider.php',
|
||||
'App\\Providers\\RouteServiceProvider' => __DIR__ . '/../..' . '/app/Providers/RouteServiceProvider.php',
|
||||
'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php',
|
||||
'BladeUI\\Icons\\BladeIconsServiceProvider' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/BladeIconsServiceProvider.php',
|
||||
'BladeUI\\Icons\\Components\\Icon' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/Components/Icon.php',
|
||||
'BladeUI\\Icons\\Components\\Svg' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/Components/Svg.php',
|
||||
'BladeUI\\Icons\\Concerns\\RendersAttributes' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/Concerns/RendersAttributes.php',
|
||||
'BladeUI\\Icons\\Console\\CacheCommand' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/Console/CacheCommand.php',
|
||||
'BladeUI\\Icons\\Console\\ClearCommand' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/Console/ClearCommand.php',
|
||||
'BladeUI\\Icons\\Exceptions\\CannotRegisterIconSet' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/Exceptions/CannotRegisterIconSet.php',
|
||||
'BladeUI\\Icons\\Exceptions\\SvgNotFound' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/Exceptions/SvgNotFound.php',
|
||||
'BladeUI\\Icons\\Factory' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/Factory.php',
|
||||
'BladeUI\\Icons\\Generation\\IconGenerator' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/Generation/IconGenerator.php',
|
||||
'BladeUI\\Icons\\IconsManifest' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/IconsManifest.php',
|
||||
'BladeUI\\Icons\\Svg' => __DIR__ . '/..' . '/blade-ui-kit/blade-icons/src/Svg.php',
|
||||
'Brick\\Math\\BigDecimal' => __DIR__ . '/..' . '/brick/math/src/BigDecimal.php',
|
||||
'Brick\\Math\\BigInteger' => __DIR__ . '/..' . '/brick/math/src/BigInteger.php',
|
||||
'Brick\\Math\\BigNumber' => __DIR__ . '/..' . '/brick/math/src/BigNumber.php',
|
||||
|
@ -3328,6 +3352,7 @@ class ComposerStaticInitbfe12996eeecb6fdc8713a9fd9d431f8
|
|||
'League\\MimeTypeDetection\\GeneratedExtensionToMimeTypeMap' => __DIR__ . '/..' . '/league/mime-type-detection/src/GeneratedExtensionToMimeTypeMap.php',
|
||||
'League\\MimeTypeDetection\\MimeTypeDetector' => __DIR__ . '/..' . '/league/mime-type-detection/src/MimeTypeDetector.php',
|
||||
'League\\MimeTypeDetection\\OverridingExtensionToMimeTypeMap' => __DIR__ . '/..' . '/league/mime-type-detection/src/OverridingExtensionToMimeTypeMap.php',
|
||||
'MallardDuck\\LucideIcons\\BladeLucideIconsServiceProvider' => __DIR__ . '/..' . '/mallardduck/blade-lucide-icons/src/BladeLucideIconsServiceProvider.php',
|
||||
'Masterminds\\HTML5' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5.php',
|
||||
'Masterminds\\HTML5\\Elements' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Elements.php',
|
||||
'Masterminds\\HTML5\\Entities' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Entities.php',
|
||||
|
|
|
@ -1,5 +1,89 @@
|
|||
{
|
||||
"packages": [
|
||||
{
|
||||
"name": "blade-ui-kit/blade-icons",
|
||||
"version": "1.8.0",
|
||||
"version_normalized": "1.8.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/driesvints/blade-icons.git",
|
||||
"reference": "7b743f27476acb2ed04cb518213d78abe096e814"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/driesvints/blade-icons/zipball/7b743f27476acb2ed04cb518213d78abe096e814",
|
||||
"reference": "7b743f27476acb2ed04cb518213d78abe096e814",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"illuminate/view": "^8.0|^9.0|^10.0|^11.0|^12.0",
|
||||
"php": "^7.4|^8.0",
|
||||
"symfony/console": "^5.3|^6.0|^7.0",
|
||||
"symfony/finder": "^5.3|^6.0|^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.5.1",
|
||||
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
|
||||
"phpunit/phpunit": "^9.0|^10.5|^11.0"
|
||||
},
|
||||
"time": "2025-02-13T20:35:06+00:00",
|
||||
"bin": [
|
||||
"bin/blade-icons-generate"
|
||||
],
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"BladeUI\\Icons\\BladeIconsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/helpers.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"BladeUI\\Icons\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dries Vints",
|
||||
"homepage": "https://driesvints.com"
|
||||
}
|
||||
],
|
||||
"description": "A package to easily make use of icons in your Laravel Blade views.",
|
||||
"homepage": "https://github.com/blade-ui-kit/blade-icons",
|
||||
"keywords": [
|
||||
"blade",
|
||||
"icons",
|
||||
"laravel",
|
||||
"svg"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/blade-ui-kit/blade-icons/issues",
|
||||
"source": "https://github.com/blade-ui-kit/blade-icons"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/sponsors/driesvints",
|
||||
"type": "github"
|
||||
},
|
||||
{
|
||||
"url": "https://www.paypal.com/paypalme/driesvints",
|
||||
"type": "paypal"
|
||||
}
|
||||
],
|
||||
"install-path": "../blade-ui-kit/blade-icons"
|
||||
},
|
||||
{
|
||||
"name": "brick/math",
|
||||
"version": "0.12.1",
|
||||
|
@ -2347,6 +2431,69 @@
|
|||
],
|
||||
"install-path": "../league/mime-type-detection"
|
||||
},
|
||||
{
|
||||
"name": "mallardduck/blade-lucide-icons",
|
||||
"version": "1.23.0",
|
||||
"version_normalized": "1.23.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mallardduck/blade-lucide-icons.git",
|
||||
"reference": "19081819bb527e15eed22f6528b9d059c1a8df8b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mallardduck/blade-lucide-icons/zipball/19081819bb527e15eed22f6528b9d059c1a8df8b",
|
||||
"reference": "19081819bb527e15eed22f6528b9d059c1a8df8b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"blade-ui-kit/blade-icons": "^1.6",
|
||||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-dom": "*",
|
||||
"ext-fileinfo": "*",
|
||||
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
|
||||
"phpunit/phpunit": "^9.0|^10.5|^11.0",
|
||||
"spatie/phpunit-snapshot-assertions": "^4.2.14"
|
||||
},
|
||||
"time": "2024-07-22T15:40:39+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"MallardDuck\\LucideIcons\\BladeLucideIconsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"MallardDuck\\LucideIcons\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Dan Pock"
|
||||
}
|
||||
],
|
||||
"description": "A package to easily make use of Lucide icons in your Laravel Blade views.",
|
||||
"homepage": "https://github.com/mallardduck/blade-lucide-icons",
|
||||
"keywords": [
|
||||
"LucideIcons",
|
||||
"blade",
|
||||
"laravel"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/mallardduck/blade-lucide-icons/issues",
|
||||
"source": "https://github.com/mallardduck/blade-lucide-icons/tree/1.23.0"
|
||||
},
|
||||
"install-path": "../mallardduck/blade-lucide-icons"
|
||||
},
|
||||
{
|
||||
"name": "masterminds/html5",
|
||||
"version": "2.9.0",
|
||||
|
|
|
@ -3,13 +3,22 @@
|
|||
'name' => 'laravel/laravel',
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => '76cd146a09d127461c330d9e1919d1649f0f40dd',
|
||||
'reference' => '8f6f446f4bb45030052d5b3dd1c2eeb040635e3e',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'dev' => true,
|
||||
),
|
||||
'versions' => array(
|
||||
'blade-ui-kit/blade-icons' => array(
|
||||
'pretty_version' => '1.8.0',
|
||||
'version' => '1.8.0.0',
|
||||
'reference' => '7b743f27476acb2ed04cb518213d78abe096e814',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../blade-ui-kit/blade-icons',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'brick/math' => array(
|
||||
'pretty_version' => '0.12.1',
|
||||
'version' => '0.12.1.0',
|
||||
|
@ -382,7 +391,7 @@
|
|||
'laravel/laravel' => array(
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => '76cd146a09d127461c330d9e1919d1649f0f40dd',
|
||||
'reference' => '8f6f446f4bb45030052d5b3dd1c2eeb040635e3e',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
|
@ -496,6 +505,15 @@
|
|||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'mallardduck/blade-lucide-icons' => array(
|
||||
'pretty_version' => '1.23.0',
|
||||
'version' => '1.23.0.0',
|
||||
'reference' => '19081819bb527e15eed22f6528b9d059c1a8df8b',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../mallardduck/blade-lucide-icons',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'masterminds/html5' => array(
|
||||
'pretty_version' => '2.9.0',
|
||||
'version' => '2.9.0.0',
|
||||
|
|
Loading…
Reference in New Issue