6
6
[ ![ Join our Discord server] ( https://discordapp.com/api/guilds/146267795754057729/embed.png )] ( https://tenancy.dev/chat )
7
7
[ ![ Mentioned in Awesome Laravel] ( https://awesome.re/mentioned-badge.svg )] ( https://github.com/chiraggude/awesome-laravel )
8
8
9
- The unobtrusive Laravel package that makes your app multi tenant. Serving
9
+ The unobtrusive Laravel package that makes your app multi tenant. Serving
10
10
multiple websites, each with one or more hostnames from the same codebase. But
11
11
with clear separation of assets, database and the ability to override logic per
12
12
tenant.
@@ -20,7 +20,7 @@ for different clients or start-ups building the next software as a
20
20
Offers:
21
21
22
22
- Integration with the awesome Laravel framework.
23
- - Event driven, extensible architecture.
23
+ - Event driven, extensible architecture.
24
24
- Close - optional - integration into the web server.
25
25
- The ability to add tenant specific configs, code, routes etc.
26
26
@@ -35,10 +35,10 @@ Database separation methods:
35
35
36
36
## Requirements, recommended environment
37
37
38
- - Latest stable and LTS Laravel versions .
39
- - PHP 7+.
38
+ - Laravel 8.0+ .
39
+ - PHP 7.3+
40
40
- Apache or Nginx.
41
- - MySQL, MariaDB or PostgreSQL.
41
+ - MySQL, MariaDB, or PostgreSQL.
42
42
43
43
Please read the full [ requirements in the documentation] ( https://tenancy.dev/docs/hyn/5.4/requirements ) .
44
44
@@ -51,11 +51,11 @@ composer require hyn/multi-tenant
51
51
### Automatic service registration
52
52
53
53
Using [ auto discovery] ( https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518 ) , the
54
- tenancy package will be auto detected by Laravel automatically.
54
+ tenancy package will be auto detected by Laravel automatically.
55
55
56
56
#### Manual service registration
57
57
58
- In case you want to disable webserver integration or prefer manual integration,
58
+ In case you want to disable webserver integration or prefer manual integration,
59
59
set the ` dont-discover ` in your application composer.json, like so:
60
60
61
61
``` json
0 commit comments