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.