chrisdicarlo / livewire-typeahead
A Livewire Typeahead implementation
Installs: 649
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 3
Language:Blade
Requires
- php: ^8.1
- illuminate/contracts: ^9.0
- livewire/livewire: ^2.10.7
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-11-21 06:01:15 UTC
README
A simple implementation of a typeahead using Livewire and AlpineJS.
See the blog post that goes into detail how this works
Installation
You can install the package via composer:
composer require chrisdicarlo/livewire-typeahead
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.