diff --git a/dist/index.html b/dist/index.html index 0f5f6dc..2314ed3 100644 --- a/dist/index.html +++ b/dist/index.html @@ -95,23 +95,19 @@ php artisan tenancy:install -
Multi-tenancy is something that can be handled in the background.
-Why should your code be polluted with tons of tenancy-related things? And why be bound to a specific implementation? -
-Handling tenancy in the - background gives you the flexibility to change how tenancy works for your project without pain. -
+You can test every single part of your app the same way you test any Laravel application.
+Test everything from tenant creation to logic inside the tenant part of the application.
+Multi-tenancy doesn't have to mean sacrificing testability.