1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 12:54:05 +00:00

Change check mark color to green [ci skip]

This commit is contained in:
Samuel Štancl 2019-02-07 18:36:54 +01:00
parent ff42c146c3
commit 18ce4577bf

View file

@ -9,9 +9,9 @@
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.\*
- :white_check_mark: No model traits to change database connection - :heavy_check_mark: No model traits to change database connection
- :white_check_mark: No replacing of Laravel classes (`Cache`, `Storage`, ...) with tenancy-aware classes - :heavy_check_mark: No replacing of Laravel classes (`Cache`, `Storage`, ...) with tenancy-aware classes
- :white_check_mark: Built-in tenant identification based on hostname - :heavy_check_mark: Built-in tenant identification based on hostname
\* depending on how you use the filesystem. Be sure to read [that section](#filesystemstorage). Everything else will work out of the box. \* depending on how you use the filesystem. Be sure to read [that section](#filesystemstorage). Everything else will work out of the box.