Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/foxws/livewire-multidomain
- Owner: foxws
- License: mit
- Archived: true
- Created: 2022-09-22T11:09:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T07:13:22.000Z (almost 2 years ago)
- Last Synced: 2024-06-30T12:38:51.032Z (5 months ago)
- Topics: laravel, livewire, multi-domain, tenant, tenants
- Language: PHP
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.