diff --git a/src/Commands/LazyInstallCommand.php b/src/Commands/LazyInstallCommand.php index 80c7160..ad32ffd 100644 --- a/src/Commands/LazyInstallCommand.php +++ b/src/Commands/LazyInstallCommand.php @@ -30,7 +30,6 @@ public function handle(): int 'quill', 'sanitize-html', 'theme-change', - 'alpinejs', ]; foreach ($packages as $package) { diff --git a/src/LazyUiServiceProvider.php b/src/LazyUiServiceProvider.php index 102367a..d20be1f 100644 --- a/src/LazyUiServiceProvider.php +++ b/src/LazyUiServiceProvider.php @@ -120,7 +120,7 @@ public function configurePackage(Package $package): void Radio::class, Range::class, Rating::class, - RichText::class, + Richtext::class, Select::class, Stack::class, Tab::class, diff --git a/tests/LazyInstallCommandTest.php b/tests/LazyInstallCommandTest.php new file mode 100644 index 0000000..43aef41 --- /dev/null +++ b/tests/LazyInstallCommandTest.php @@ -0,0 +1,7 @@ +not->toContain("'alpinejs'"); +});