1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 07:54:03 +00:00
This commit is contained in:
Samuel Štancl 2019-08-17 12:35:41 +02:00
parent 10365236f8
commit 2cc55aaa42

View file

@ -1,3 +1,10 @@
---
title: Writing Storage Drivers
description: Writing Storage Drivers with stancl/tenancy — A Laravel multi-database tenancy package that respects your code..
extends: _layouts.documentation
section: content
---
# Writing Storage Drivers # Writing Storage Drivers
If you don't want to use the provided DB/Redis storage drivers, you can write your own driver. If you don't want to use the provided DB/Redis storage drivers, you can write your own driver.