mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
stancl/tenancy docs & website
https://tenancyforlaravel.com/docs
* Provide exempt_domains example When I was setting this up, I noticed that using the https protocol would cause the package to throw an exception. After a bit of tinkering, I realized that the domain needs to be completely stripped (no protocol) in order for the central app to recognize it. This PR just adds a simple example to the docs for this. * Update central-app.blade.md * Update central-app.blade.md * Update docs/source/v2/central-app.blade.md Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com> * Update docs/source/v2/configuration.blade.md * ` instead of ``` * ` instead of ``` Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com> |
||
|---|---|---|
| dist | ||
| docs | ||
| .gitignore | ||
| build.sh | ||
| netlify.toml | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| preview.sh | ||
| README.md | ||
| staging.sh | ||
| tailwind.config.js | ||
| tailwind.css | ||
stancl/tenancy docs
For the main repository, see stancl/tenancy.