PHPackages                             phpshko/laravel-livewire-depdrop - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. phpshko/laravel-livewire-depdrop

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phpshko/laravel-livewire-depdrop
================================

Laravel Livewire depdrop component

218PHP

Since Apr 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/phpshko/laravel-livewire-depdrop)[ Packagist](https://packagist.org/packages/phpshko/laravel-livewire-depdrop)[ RSS](/packages/phpshko-laravel-livewire-depdrop/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Livewire DepDrop
================

[](#livewire-depdrop)

This package provides a dependent dropdown

🚀 Installation
--------------

[](#rocket-installation)

You can install the package via composer:

```
composer require phpshko/laravel-livewire-depdrop
```

Publishing Assets
-----------------

[](#publishing-assets)

Publishing assets are optional unless you want to customize this package.

```
php artisan vendor:publish --provider="Phpshko\LaravelLivewireDepDrop\LaravelLivewireDepDropProvider" --tag=views
```

Usage
-----

[](#usage)

Create you livewire component and extends

like this

```
