We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731e498 commit 7de891aCopy full SHA for 7de891a
.ai/livewire/2/core.blade.php
@@ -1,6 +1,8 @@
1
+## Livewire 2
2
+
3
- `wire:model` is live by default.
-- **Namespace**: Components typically exist in `App\Http\Livewire`.
-- **Events**: Use `emit()`, `emitTo()`, `emitSelf()` and `dispatchBrowserEvent()` for events.
4
+- Components typically exist in the `App\Http\Livewire` namespace.
5
+- Use `emit()`, `emitTo()`, `emitSelf()`, and `dispatchBrowserEvent()` for events.
6
- Alpine is included separately to Livewire.
7
- You can listen for `livewire:load` to hook into Livewire initialization, and `Livewire.onPageExpired` for when the page expires:
8
@verbatim
0 commit comments