Include the file structure tenancy image in the repo

This commit is contained in:
lukinovec 2022-09-27 11:48:25 +02:00
parent 508cbeb168
commit 34bb54c67e
4 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -19,7 +19,7 @@ That's what the `root_override` section is for. `%storage_path%` gets replaced b
Since `storage_path()` will be suffixed, your folder structure will look like this: Since `storage_path()` will be suffixed, your folder structure will look like this:
![The folder structure](https://i.imgur.com/GAXQOnN.png) ![The folder structure](/assets/images/file_structure_tenancy.png)
If you write to these directories, you will need to create them after you create the tenant. See the docs for [PHP's mkdir](http://php.net/function.mkdir). If you write to these directories, you will need to create them after you create the tenant. See the docs for [PHP's mkdir](http://php.net/function.mkdir).

View file

@ -28,7 +28,7 @@ That's what the `root_override` section is for. `%storage_path%` gets replaced b
Since `storage_path()` will be suffixed, your folder structure will look like this: Since `storage_path()` will be suffixed, your folder structure will look like this:
![The folder structure](https://i.imgur.com/GAXQOnN.png) ![The folder structure](/assets/images/file_structure_tenancy.png)
If you write to these directories, you will need to create them after you create the tenant. See the docs for [PHP's mkdir](http://php.net/function.mkdir). If you write to these directories, you will need to create them after you create the tenant. See the docs for [PHP's mkdir](http://php.net/function.mkdir).

View file

@ -42,7 +42,7 @@ The bootstrapper suffixes the path retrieved by `storage_path()` to make the hel
Since `storage_path()` will be suffixed, your folder structure will look like this: Since `storage_path()` will be suffixed, your folder structure will look like this:
![The folder structure](https://i.imgur.com/GAXQOnN.png) ![The folder structure](/assets/images/file_structure_tenancy.png)
Logs will be saved in `storage/logs` regardless of any changes to `storage_path()` and regardless of the tenant. Logs will be saved in `storage/logs` regardless of any changes to `storage_path()` and regardless of the tenant.