From 145d00ce5cbfc8e3f022e4f0ef93b63f226ad1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 10 Oct 2019 21:08:01 +0200 Subject: [PATCH] wip --- dist/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dist/index.html b/dist/index.html index 09bee6d..53afa71 100644 --- a/dist/index.html +++ b/dist/index.html @@ -13,7 +13,7 @@
-
+
-
+
-

Automatic tenancy for your Laravel app

-

No code changes required.

+

Automatic tenancy for your Laravel app

+

No code changes required.

stancl/tenancy is a tenancy package that uses a completely new approach to multi-tenancy.

Instead of forcing you to change how you write your app, it bootstraps tenancy automatically, in the background.

@@ -69,7 +69,7 @@ dispatch(new SendOrderCreatedMail);
-
+
@@ -113,7 +113,7 @@ php artisan tenancy:install
-
+

Awesome Integration

@@ -163,7 +163,7 @@ php artisan tenancy:install
-
+

Automatic Data Separation

Tenants' databases, caches, filesystems, queues and Redis stores are automatically separated. You can write your app like you're used to and let the package worry about tenant data separation.

@@ -200,7 +200,7 @@ cache()->remember('total_revenue', function () {
-
+

CLI-friendly

stancl/tenancy comes with artisan commands for migrating, rolling back, as well as