Introduction
This package offers a collection of useful Livewire utilities and components.
This is a selection of the available features:
- Property Synthesizers — Force usage of model route-keys, instead of model ids.
- Components — Components like
Pageand useful traits. - Forms — Traits and extensions for Livewire Forms.
- State Objects — State objects are based on states that you find, for example, in a VueJS Store.
- Structure Scout — Supported by spatie/php-structure-discoverer package, it provides a scout to discover and register components, which also offers benefits such as caching.
- Infinite Scroll — Load more results as the user scrolls.
- HTML — Extends Spatie's laravel-html to generate HTML using a clean, simple and easy to read API.
Continue to Installing WireUse to get started.