From 40f8fa346e8ccd9a3a305659a5394933a70a9929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 2 Oct 2019 21:04:30 +0200 Subject: [PATCH] rebrand --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a62ccdf..7dc8e32c 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,14 @@ [![codecov](https://codecov.io/gh/stancl/tenancy/branch/2.x/graph/badge.svg)](https://codecov.io/gh/stancl/tenancy) [![Donate](https://img.shields.io/badge/Donate-%3C3-red)](https://gumroad.com/l/tenancy) -### *A Laravel multi-database tenancy package that respects your code.* +### *Automatic multi-tenancy for your Laravel app.* -You won't have to change a thing in your application's code.\* +You won't have to change a thing in your application's code. - :heavy_check_mark: No model traits to change database connection - :heavy_check_mark: No replacing of Laravel classes (`Cache`, `Storage`, ...) with tenancy-aware classes - :heavy_check_mark: Built-in tenant identification based on hostname (including second level domains) -\* depending on how you use the filesystem. Everything else will work out of the box. - ### [Documentation](https://tenancy.samuelstancl.me/docs/v2/) Documentation can be found here: https://tenancy.samuelstancl.me/docs/v2/