Skip to content

Commit 70a3932

Browse files
committed
Refactor theme settings and accordion component
Changed the config file path from 'lazy/theme' to 'lazy/themes' to provide an array of theme options and improve user customization. Refactored accordion component to include toggle functionality for better usability. Implemented PHPStan analysis and tailwind CSS for these changes to ensure analysis and consistent styling.
1 parent 7ebce98 commit 70a3932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LazyUiServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function configurePackage(Package $package): void
6262
->name('lazy')
6363
->hasViews('lazy')
6464
->hasTranslations()
65-
->hasConfigFile(['lazy/theme'])
65+
->hasConfigFile(['lazy/themes'])
6666
->hasViewComponents('lazy',
6767
Accordion::class,
6868
Alert::class,

0 commit comments

Comments
 (0)