Skip to content

Livewire Actions

Livewire actions are methods defined within your component that can be invoked through frontend interactions, such as clicking a button or submitting a form.

The plugin provides autocompletion and go-to-declaration for all actions (methods) defined in your component.

Action

Livewire Actions for inline components

It also provides autocompletion and go-to-declaration for all actions in your inline components.

actions inline component

Copyright © 2025 Alireza-Moh | MIT License