Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 761 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 761 Bytes

Use Livewire in a multidomain environment

NOTE: This package has been merged into foxws/laravel-multidomain.

Usage

To render a component with domain using name Foo:

// @livewire blade directive
@livewire('foo.component-name')

// <livewire: tag syntax
<livewire:foo.component-name />

Testing

composer test

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.