Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxWS authored Dec 15, 2022
1 parent 9cce619 commit e0d4b2d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ To interact with the domain(s), one may use the following:
| `view('example::home')` | Would return the `home.blade.php` located in views. |
| `<x-example::menu-component />` | Would return the `MenuComponent` located in components. |

When you have installed `livewire/livewire`, use the following helpers:

| Helper | Description |
| ------------------------------------- | ----------------------------------------------------- |
| `@livewire('example.component-name')` | @livewire blade directive. |
| `<livewire:example.component-name />` | <livewire: tag syntax. |

## Testing

```bash
Expand Down

0 comments on commit e0d4b2d

Please sign in to comment.