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
Because I started to use the cache lookup recently, I've had some issues with the cache invalidation. I though of sharing the solutions in the documentation: - Added a solution how to invalidate the cache. - Added a note/warning to invalidate the cache before if you intend to update the domain name. Otherwise the invalidate cache will not work as the key will have changed because of the new domain name. |
||
|---|---|---|
| listeners | ||
| source | ||
| .gitignore | ||
| bootstrap.php | ||
| build.sh | ||
| composer.json | ||
| composer.lock | ||
| config.php | ||
| config.production.php | ||
| config.staging.php | ||
| LICENSE.txt | ||
| navigation.php | ||
| netlify.toml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| staging.sh | ||
| tailwind.config.js | ||
| webpack.mix.js | ||
stancl/tenancy docs
For the main repository, see stancl/tenancy.
Dev
You can use npm run watch, npm run dev, and npm run production.