diff --git a/.DS_Store b/.DS_Store index 67de47a..815e746 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/composer.json b/composer.json index ae1b135..ac8f703 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/composer.lock b/composer.lock index 69597fb..7a78dab 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/config/blade-lucide-icons.php b/config/blade-lucide-icons.php new file mode 100644 index 0000000..8953189 --- /dev/null +++ b/config/blade-lucide-icons.php @@ -0,0 +1,57 @@ + '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, + ], + +]; diff --git a/public/berita.png b/public/berita.png new file mode 100644 index 0000000..2d0b285 Binary files /dev/null and b/public/berita.png differ diff --git a/public/img1.svg b/public/img1.svg new file mode 100644 index 0000000..a17e02d --- /dev/null +++ b/public/img1.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/public/img2.svg b/public/img2.svg new file mode 100644 index 0000000..df61bd5 --- /dev/null +++ b/public/img2.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 184cea4..e5efbea 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -38,11 +38,14 @@ .text-info{ color: #3B38A0!important; } + .text-black{ + color: #333!important; + }
-
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+

+ Portal Resmi +

+ +

+ Sekolah Adiwiyata
+ DKI Jakarta +

+ +

+ Sistem Informasi Adiwiyata.
Pusat Pengembangan Generasi Lingkungan Hidup +

+ + Lihat Selengkapnya + +
+
+ +
+
+
+
+
+
68
+
+
+ Kota + Sekolah Adiwiyata +
+
+ 2025 +
+
+
+
+
137
+
+
+ Provinsi + Sekolah Adiwiyata +
+
+ 2025 +
+
+
+
+
89
+
+
+ Nasional + Sekolah Adiwiyata +
+
+ 2025 +
+
+
+
+
+
+
+

Kegiatan Adiwiyata

+ + Lihat Semua + +
+
+
+
+ +
+ Kegiatan Provinsi + Jumat, 1 Agustus 2025 +
+

Kagiatan Program Sekolah Adiwiyata Provinsi SMPN 197

+

+ 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). +

+ + Baca Selengkapnya + +
+
+ + +
+
\ No newline at end of file diff --git a/routes/web.php b/routes/web.php index f156164..6729c5d 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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'); }); diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index d0a11eb..00f52a8 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -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', diff --git a/vendor/composer/autoload_files.php b/vendor/composer/autoload_files.php index c1082bc..67afc0c 100644 --- a/vendor/composer/autoload_files.php +++ b/vendor/composer/autoload_files.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', diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php index c773d96..ed7d831 100644 --- a/vendor/composer/autoload_psr4.php +++ b/vendor/composer/autoload_psr4.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'), ); diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 2eacdaa..3fbda7f 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -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', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b91b5b5..c2ab56a 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -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", diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 8468e8f..de037bf 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -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',