* Improve Orchid integration docs page
Rewrote the docs and removed some bits because they seemed extra (like changing `HOME` or prefixing the tenant routes).
* Fix typo
* Add note about possible error
* Update hyperlink
I spent some time to find out how to manually invalidate the cache, when during testing I found out this is already handled in the base Tenant model. Adding this small paragraph might help others.
* add Laravel Orchid integration
* add the path to the "home" route for central application
* fix link to Universal Routes
* fixed formatting (lots of spaces)
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* Update domains.blade.md
I recently played with the tenancy package to set up multiple domains. I'm on Mac and using Valet. I found we can test multiple domains using Valet and thought it might be worth it in the documentation.
* Update source/docs/v3/domains.blade.md
Co-authored-by: Samuel Štancl <samuel@archte.ch>
Co-authored-by: Samuel Štancl <samuel@archte.ch>
* 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>
* Add example to use "tenant_route()" helper.
* Update source/docs/v3/features/cross-domain-redirect.blade.md
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
I managed to get passport work with this code, not really sure if loadKeysFrom should be in boot method and if overriding passport config is proper way.
I've clarified how the data column works along with how to update a tenant's custom column and an attribute in its data column. I've also cleared up how the getCustomColumns() function works (When I first used the package I thought it meant to define columns that will be used in the data column).