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

Map tenant routes using the SP - fix #10

This commit is contained in:
Samuel Štancl 2019-01-26 12:59:19 +01:00
parent aabe48b54a
commit 394f792ec9
3 changed files with 26 additions and 0 deletions

View file

@ -2,6 +2,7 @@
return [
'storage_driver' => 'Stancl\Tenancy\StorageDrivers\RedisStorageDriver',
'tenant_route_namespace' => 'App\Http\Controllers',
'exempt_domains' => [
// 'localhost',
],