PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Livewire Select2 Alternative   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Livewire Select2 Alternative
Handle select inputs to use with Laravel Livewire
Author: By
Last change:
Date: 1 year ago
Size: 959 bytes
 

Contents

Class file image Download
{ "name": "pharaonic/livewire-select2", "description": "Simple way to handle the Select2 for livewire components.", "keywords": [ "livewire select2", "livewire select", "livewire-select2", "livewire", "laravel" ], "homepage": "https://github.com/pharaonic/livewire-select2", "license": "MIT", "authors": [ { "name": "Moamen Eltouny (Raggi)", "email": "raggi@raggitech.com" } ], "require": { "php": ">=7.2", "livewire/livewire": ">=2.0" }, "autoload": { "psr-4": { "Pharaonic\\Livewire\\Select2\\": "src" } }, "config": { "sort-packages": true }, "extra": { "laravel": { "providers": [ "Pharaonic\\Livewire\\Select2\\Select2ServiceProvider" ] } }, "minimum-stability": "dev", "prefer-stable": true }