lukinovec
fd67b92bbf
Fix typo in path identification section ( #166 )
2022-06-08 15:27:46 +02:00
lukinovec
729c8392c7
Merge pull request #164 from stancl/patch-1
...
Improvement of the Data column explanation + updating tenants PR (#88 )
2022-06-06 12:56:14 +02:00
lukinovec
c518e7abed
Apply suggestions from code review
...
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-06-06 12:03:58 +02:00
Impeck
4a1a5f829e
fixed formatting (lots of spaces) ( #160 )
...
* add Laravel Orchid integration
* add the path to the "home" route for central application
* fix link to Universal Routes
* fixed formatting (lots of spaces)
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-06-04 17:29:01 +02:00
lukinovec
30ce005ffb
Remove text
2022-06-02 12:04:35 +02:00
lukinovec
ee6025e0f5
Merge branch 'master' into patch-1
2022-06-02 11:50:07 +02:00
lukinovec
40160b2aff
Improve tenants doc
2022-05-06 15:16:56 +02:00
Ahmed Sayed
88f58d3907
fix typo ( #163 )
2022-04-20 16:30:44 +02:00
Impeck
703f7b037b
For Orchid add the path to the "home" route for central app ( #159 )
...
* add Laravel Orchid integration
* add the path to the "home" route for central application
* fix link to Universal Routes
2022-04-11 13:21:08 +02:00
ianrobertsFF
d0faea78b2
Added withoutEvents advisory ( #158 )
...
Added advisory to let users know that withoutEvents is used when creating resources as a result of a sync.
2022-04-09 20:04:11 +02:00
Impeck
a368078dfe
add Laravel Orchid integration ( #157 )
2022-04-09 02:02:44 +02:00
Saif Allah Khaled
8c8431ab76
fix layout of nova page ( #154 )
2022-03-30 18:09:14 +02:00
Abrar Ahmad
4fc499a8f6
Update domains.blade.md ( #156 )
...
* Update domains.blade.md
I recently played with the tenancy package to set up multiple domains. I'm on Mac and using Valet. I found we can test multiple domains using Valet and thought it might be worth it in the documentation.
* Update source/docs/v3/domains.blade.md
Co-authored-by: Samuel Štancl <samuel@archte.ch>
Co-authored-by: Samuel Štancl <samuel@archte.ch>
2022-03-23 14:40:04 +01:00
Piyush Manolkar
0d66cd00cb
Update tenant-maintenance-mode.blade.md ( #153 )
...
Add documentation to remove tenant from maintainance mode.
2022-02-25 15:40:47 +01:00
Samuel Štancl
3c4bda178f
Add a note about https://github.com/archtechx/tenancy/issues/774
2022-01-06 16:52:25 +01:00
Samuel Štancl
9003b7ab16
3.5.0 queue changes
2022-01-03 23:57:46 +01:00
emargareten
e3d7e5bcc7
Update configuration.blade.md ( #147 )
2021-12-06 16:25:19 +01:00
Samuel Štancl
0da737e60e
Remove blade
2021-07-08 14:36:54 +02:00
injektion
22e06dae4f
Update livewire.blade.md ( #131 )
...
* Update livewire.blade.md
Unless aliased, when going thru the dox on setting up Livewire using the previous code will fail with an error: Target class "[InitializeTenancyByDomain]" does not exist.
Changing it to the full namespace works fine.
* Update livewire.blade.md
* remove indentation
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2021-07-07 17:43:10 +02:00
David SP
d59c25ee15
Update passport.blade.md ( #128 )
...
Fixed using Passport in both the central and tenant app
2021-06-01 13:52:20 +02:00
Samuel Štancl
fd8b11ec70
fix formatting
2021-04-14 17:41:08 +02:00
François Gagné
9e2c775d5c
Update quick start doc for Laravel 8 only ( #111 )
...
Laravel 8 is the only relevant version of Laravel from now on.
2021-04-10 20:54:28 +02:00
Nischal Shrestha
4a92d9d7ba
Small typo in domains.blade.md ( #117 )
2021-03-31 15:54:53 +02:00
Ganbayar Gansukh
e76e0ca0ea
Update installation.blade.md ( #115 )
...
added laravel version requirement.
2021-03-26 20:50:14 +01:00
hackerESQ
b587ab4f8c
Adds note about TenantAssetController and (separately) the new TrustHost middleware in Laravel 8.0 ( #114 )
...
* adds caveat about TenantAssetController
* adds note about the new TrustHost middleware
2021-03-16 21:05:52 +01:00
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
Tom Croft
f3f016faa6
Update source/docs/v3/tenants.blade.md
...
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2020-09-27 17:18:33 +01:00
Tom Croft
922586e539
Data column explanation + updating tenants
...
I've clarified how the data column works along with how to update a tenant's custom column and an attribute in its data column. I've also cleared up how the getCustomColumns() function works (When I first used the package I thought it meant to define columns that will be used in the data column).
2020-09-27 16:29:27 +01: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