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

foxws/livewire-multidomain

Repository files navigation

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.