From 2cc55aaa421d17021a9fa0f005bd7a10fa68d6ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 17 Aug 2019 12:35:41 +0200 Subject: [PATCH] wip --- source/docs/writing-storage-drivers.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/docs/writing-storage-drivers.md b/source/docs/writing-storage-drivers.md index c7cc8a89..340abc7e 100644 --- a/source/docs/writing-storage-drivers.md +++ b/source/docs/writing-storage-drivers.md @@ -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 If you don't want to use the provided DB/Redis storage drivers, you can write your own driver.