Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foxws/livewire-multidomain

Use Livewire in a multidomain environment
https://github.com/foxws/livewire-multidomain

laravel livewire multi-domain tenant tenants

Last synced: about 2 months ago
JSON representation

Use Livewire in a multidomain environment

Awesome Lists containing this project

README

        

# Use Livewire in a multidomain environment

> **NOTE:** This package has been merged into [foxws/laravel-multidomain](https://github.com/foxws/laravel-multidomain).

## Usage

To render a component with domain using name `Foo`:

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

//
```

## Testing

```bash
composer test
```

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Livewire](https://github.com/livewire)
- [Spatie](https://github.com/spatie)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.