chrisdicarlo / livewire-typeahead
A Livewire Typeahead implementation
Installs: 652
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 5
Language:Blade
pkg:composer/chrisdicarlo/livewire-typeahead
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
- dev-main
- 0.2
- 0.1
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-7
- dev-dependabot/github_actions/actions/checkout-5
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
- dev-dependabot/github_actions/dependabot/fetch-metadata-2.4.0
- dev-dependabot/github_actions/ramsey/composer-install-3
- dev-laravel-10-support
This package is auto-updated.
Last update: 2025-10-13 05:08:06 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.