Download the PHP package mitratek/livewire-select without Composer
On this page you can find all versions of the php package mitratek/livewire-select. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mitratek/livewire-select
More information about mitratek/livewire-select
Files in mitratek/livewire-select
Download mitratek/livewire-select
More information about mitratek/livewire-select
Files in mitratek/livewire-select
Vendor mitratek
Package livewire-select
Short Description Livewire component for searchable select inputs
License MIT
Homepage https://github.com/mitratek/livewire-select
Package livewire-select
Short Description Livewire component for searchable select inputs
License MIT
Homepage https://github.com/mitratek/livewire-select
Please rate this library. Is it a good library?
Informations about the package livewire-select
Livewire Select
Livewire component for searchable select inputs
Requirements
Installation
You can install the package via composer:
Basic Usage
-
use trait in your livewire component:
- Use the component in your blade view, and pass in a parameters:
Or you can pass collection data into select-input like below:
Properties
Property | Arguments | Result | Example |
---|---|---|---|
name | String - required property name | Define the property name | |
model or collection | String - required full model name or Collection - required full collection | Define the source of data that will be select, you must choose one between model or collection | or |
search | Array - required search column | Define the column in model that want to be searched | |
show | String - required show column | Define the column in model that want to be show in select option | |
value | String - required set value | Define the column name as a value data that will be selected | |
placeholder | String - optional placeholder name | Define the placeholder for select input | |
min | String - optional minimum character | Define minimum character | |
parent | String - optional parent of select | Define parent of current select box, this option will make current select depend with the other |
All versions of livewire-select with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
livewire/livewire Version ^2.0
illuminate/support Version ^7.0|^8.0|^9.0|^10.0
livewire/livewire Version ^2.0
illuminate/support Version ^7.0|^8.0|^9.0|^10.0
The package mitratek/livewire-select contains the following files
Loading the files please wait ....