mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Update livewire.blade.md (#131)
* Update livewire.blade.md Unless aliased, when going thru the dox on setting up Livewire using the previous code will fail with an error: Target class "[InitializeTenancyByDomain]" does not exist. Changing it to the full namespace works fine. * Update livewire.blade.md * remove indentation Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
This commit is contained in:
parent
b573543f67
commit
22e06dae4f
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ to this:
|
|||
],
|
||||
```
|
||||
|
||||
(Don't forget to import the middleware class.)
|
||||
|
||||
Now you can use Livewire both in the central app and the tenant app.
|
||||
|
||||
Also make sure to enable [universal routes]({{ $page->link('features/universal-routes') }}).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue