From aed2aac50a99011dfba41529ab3246f99349a264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 23 Apr 2020 03:51:36 +0200 Subject: [PATCH] Get rid of gray stripes, improve copy --- dist/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/index.html b/dist/index.html index 3033e31..e78d535 100644 --- a/dist/index.html +++ b/dist/index.html @@ -254,7 +254,7 @@ php artisan tenancy:install -
+

Automatic Data Separation

Tenants' databases, caches, filesystems, queues and Redis stores are automatically separated. You can @@ -272,7 +272,7 @@ cache()->remember('total_revenue', function () {

-
+
 'redis' => [
@@ -291,7 +291,7 @@ cache()->remember('total_revenue', function () {
         
-
+

CLI-friendly

stancl/tenancy comes with artisan commands for migrating, rolling @@ -307,7 +307,7 @@ Database seeding completed successfully.

-
+
 class PostgreSQLDatabaseManager implements TenantDatabaseManager
@@ -362,7 +362,7 @@ class PostgreSQLDatabaseManager implements TenantDatabaseManager
             

Ready to try it?

Just create a new Laravel project and install the package.
- We think you'll love it. + Or, install it into your existing project. It will work just as well.