You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+2-37Lines changed: 2 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ The Laravel Boost guidelines are specifically curated by Laravel maintainers for
8
8
## Foundational Context
9
9
This application is a Laravel application and its main Laravel ecosystems package & versions are below. You are an expert with them all. Ensure you abide by these specific packages & versions.
- These things changed in Livewire 3, but may not have been updated in this application. Verify this application's setup to ensure you conform with application conventions.
228
-
- Use `wire:model.live` for real-time updates, `wire:model` is now deferred by default.
229
-
- Components now use the `App\Livewire` namespace (not `App\Http\Livewire`).
230
-
- Use `$this->dispatch()` to dispatch events (not `emit` or `dispatchBrowserEvent`).
231
-
- Use the `components.layouts.app` view as the typical layout path (not `layouts.app`).
232
-
233
-
### New Directives
234
-
- `wire:show`, `wire:transition`, `wire:cloak`, `wire:offline`, `wire:target` are available for use. Use the documentation to find usage examples.
235
-
236
-
### Alpine
237
-
- Alpine is now included with Livewire; don't manually include Alpine.js.
238
-
- Plugins included with Alpine: persist, intersect, collapse, and focus.
239
-
240
-
### Lifecycle Hooks
241
-
- You can listen for `livewire:init` to hook into Livewire initialization, and `fail.status === 419` for the page expiring:
0 commit comments