mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
404 B
404 B
| title | description | extends | section |
|---|---|---|---|
| Livewire Integration | Livewire Integration | _layouts.documentation | content |
Livewire Integration
Open the config/livewire.php file and change this line:
'middleware_group' => ['web'],
to this:
'middleware_group' => ['web', 'universal'],
Now you can use Livewire both in the central app and the tenant app.