François Gagné
ab1b04356d
Minor typo in doc configuration ( #110 )
2021-02-21 22:53:15 +01:00
François Gagné
884a4dc13c
No need to change tenancy.central_connection by default ( #109 )
...
The value of `central_connection` in `config/tenancy.php`:
```php
'central_connection' => env('DB_CONNECTION', 'central'),
```
2021-02-21 22:52:16 +01:00
Seyi Onifade
e215a7a73e
Update tenants.blade.md ( #107 )
...
Very minor typo update, change "be" to "by"
2021-02-16 17:45:07 +01:00
Ergashev Adizbek
4195ab703a
Update quickstart.blade.md ( #100 )
...
fix laravel 8 code
2021-01-04 11:08:52 +01:00
Samuel Štancl
b33565be5c
link to configuration#static-properties
2020-12-02 16:57:28 +01:00
Anton
cc75be1c1b
Update quickstart.blade.md ( #92 )
...
Snippet user creating for Laravel 8 is slightly wrong.
2020-11-13 08:16:44 +01:00
Samuel Štancl
ec41639ae9
Generating global ids ( #94 )
2020-11-13 08:14:33 +01:00
Luca
3d648debb7
fix typo ( #89 )
2020-10-02 15:48:59 +02:00
Swapnil Bhavsar
3f0d880801
Add example to use "tenant_route()" helper. ( #80 )
...
* Add example to use "tenant_route()" helper.
* Update source/docs/v3/features/cross-domain-redirect.blade.md
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2020-09-28 14:28:04 +02:00
Michał Maliński
25747b5c4d
Update passport.blade.md ( #81 )
...
I managed to get passport work with this code, not really sure if loadKeysFrom should be in boot method and if overriding passport config is proper way.
2020-09-27 19:29:06 +02:00
Frank Sepulveda
18818cc27a
Update quickstart.blade.md ( #86 )
...
Laravel 8 by default create all Models in the models directory.
2020-09-24 21:26:46 +02:00
Vu Quang Tam
5071ff5ba7
Update quickstart.blade.md add guide to add mapping central domain ( #83 )
...
* Update quickstart.blade.md
* Update quickstart.blade.md
Update notice for Laravel 8
* Laravel 8 note
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2020-09-18 17:43:04 +02:00
Hessel Bierma
da3bdaedba
updates for tinker commands Laravel 8 ( #84 )
...
Small update to the last command to populate the users table when using Laravel 8.
2020-09-18 17:41:02 +02:00
Samuel Štancl
6832de38bb
Mention Event::fake()
2020-09-15 11:51:07 +02:00
DarthShmev
4d12707980
Fix spelling errors and broken links ( #79 )
...
* Fix spelling errors and broken links
* Make changes as requested
2020-09-01 17:55:31 +02:00
Samuel Štancl
de0a9c40f6
middleware -> resolver
2020-08-30 23:39:44 +02:00
SHEROZ Juraev
c90f6d9c5f
Update passport.blade.md ( #71 )
...
* Update passport.blade.md
Added a note about using Passport in the Central and client applications.
* Update source/docs/v3/integrations/passport.blade.md
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2020-08-29 14:50:21 +02:00
Samuel Štancl
c79c31f1c2
note about passport guide being possibly out of date
2020-08-19 23:39:46 +02:00
Nicolas Hedger
1f3a1d56bb
Update tenant-config.blade.md ( #70 )
...
typo
2020-08-18 23:04:49 +02:00
Christoph Heich
b40d9dc633
Update realtime-facades.blade.md ( #68 )
...
Creates the directories recursively.
2020-08-15 03:41:04 +02:00
Roël Gonzalez
a94ebcd1ab
Update universal-routes.blade.md ( #66 )
...
Add mention to disable this feature if you are implementing it in your custom onFail logic
2020-08-04 16:05:35 +02:00
Samuel Štancl
447f22ba56
nova
2020-08-01 22:15:45 +02:00
Samuel Štancl
c5111ec00e
maintenance mode
2020-08-01 20:25:00 +02:00
Samuel Stancl
111ec91cfb
current domain
2020-07-26 22:33:36 +02:00
Samuel Stancl
c3bda8543a
Update multi-database-tenancy.blade.md
2020-07-26 22:30:07 +02:00
Samuel Stancl
00f916ad7a
fix list formatting
2020-07-26 21:58:23 +02:00
Samuel Stancl
2e5ea95b63
link to static properties
2020-07-26 21:57:12 +02:00
Samuel Stancl
16af6038be
typo
2020-07-26 21:54:52 +02:00
Samuel Stancl
22e8064547
formatting
2020-07-26 21:53:20 +02:00
Samuel Stancl
272de8b085
customizing migration paths
2020-07-26 21:50:42 +02:00
Samuel Stancl
760a6fd95d
fix link
2020-07-26 21:47:00 +02:00
Samuel Stancl
e130cd9596
Old todo
2020-07-26 21:46:10 +02:00
Samuel Stancl
141b9fdbc2
on -> in
2020-07-26 21:45:09 +02:00
Samuel Stancl
2b6aa9b20e
Rename optional-features.md to optional-features.blade.md
2020-07-26 21:43:44 +02:00
Samuel Stancl
e0f423c898
we -> I
2020-07-26 21:36:42 +02:00
Samuel Stancl
c7d24e0e15
remove todo
2020-07-26 21:35:39 +02:00
Samuel Stancl
602ec3d197
remove /s in names
2020-07-26 21:34:32 +02:00
Samuel Stancl
2c38d00b08
Rename realtime-facades.md to realtime-facades.blade.md
2020-07-24 18:00:52 +02:00
Samuel Stancl
3b4456b146
Update tenant-identification.blade.md
2020-07-22 22:10:11 +02:00
Adebayo Ilerioluwa
a4645b3abd
Improved Documentation Search ( #61 )
...
* chore: (Improve documentation search for V3)
* fix: checks for mispelled words
* fix: mispelled words
* fix spaces and syntax
* Update multi-database-tenancy.blade.md
Co-authored-by: Samuel Stancl <samuel.stancl@gmail.com>
2020-07-21 20:18:29 +02:00
Samuel Štancl
0549607899
Mention realtime facades on livewire page
2020-07-20 14:57:54 +02:00
Samuel Štancl
9cbfd17fa2
realtime facades
2020-07-20 14:56:17 +02:00
Samuel Štancl
ea417e4eec
Twitter image for docs
2020-07-19 15:18:52 +02:00
Samuel Štancl
d3fcb69b5b
Attaching tenants to users
2020-07-11 13:14:10 +02:00
Odunayo Ogungbure
4d88c4bc0f
Remove the :3.x-dev suffix in the quick start tutorial ( #59 )
2020-07-04 16:49:11 +02:00
Chiko
ffc406bff1
Update testing.blade.md ( #58 )
...
* Update testing.blade.md
Added call to parent's setUp() method others some essential operations will not be run e.g resetting of db, etc.
* Reindent
Co-authored-by: Samuel Stancl <samuel.stancl@gmail.com>
2020-07-01 13:04:53 +02:00
Samuel Štancl
444a72fb46
Merge branch 'master' of github.com:stancl/tenancy-docs
2020-06-30 00:23:36 +02:00
Samuel Štancl
ebc18c303e
not beta anymore
2020-06-30 00:23:06 +02:00
Samuel Stancl
dc53a45e31
remove note
2020-06-29 22:54:39 +02:00
Samuel Štancl
9dbbd145b1
Default value
2020-06-25 14:05:23 +02:00