Commit graph

233 commits

Author SHA1 Message Date
Samuel Štancl
f26fb684fe SVG title 2020-04-23 03:42:11 +02:00
Samuel Štancl
9760cb75b1 Add new logo 2020-04-23 03:34:25 +02:00
Samuel Štancl
c2ade3f4fe New domain 2020-04-20 00:04:46 +02:00
Samuel Štancl
acd85de67e Add Discord link 2020-04-13 12:59:54 +02:00
Samuel Štancl
48be7f382b Merge branch 'master' of github.com:stancl/tenancy-docs 2020-04-10 21:18:05 +02:00
Samuel Štancl
24e63076da Livewire integration 2020-04-10 21:17:50 +02:00
Samuel Štancl
eba282a0fe
onFail accepts $request and $next 2020-04-06 15:16:39 +02:00
Samuel Štancl
3d28923864
Mention tenancy initialization by request data 2020-03-17 19:29:01 +01:00
Nick Parker
b212434990
Provide exempt_domains examples (#44)
* Provide exempt_domains example

When I was setting this up, I noticed that using the https protocol would cause the package to throw an exception. After a bit of tinkering, I realized that the domain needs to be completely stripped (no protocol) in order for the central app to recognize it. This PR just adds a simple example to the docs for this.

* Update central-app.blade.md

* Update central-app.blade.md

* Update docs/source/v2/central-app.blade.md

Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>

* Update docs/source/v2/configuration.blade.md

* ` instead of ```

* ` instead of ```

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2020-03-15 21:32:11 +01:00
Samuel Štancl
cffbb8d1cb
Mention creating a public disk to improve performance 2020-03-15 20:12:10 +01:00
Samuel Štancl
cb497f9404
Update donation link 2020-03-10 23:04:02 +01:00
Samuel Štancl
6cb9deb08e
replace ->tenant access with ->getTenant() calls 2020-01-28 17:03:25 +01:00
Samuel Štancl
22324ec158 wip 2020-01-27 18:36:13 +01:00
Samuel Štancl
cd88ab7dbb wip 2020-01-27 18:34:09 +01:00
Samuel Štancl
0d4eff767c wip 2020-01-27 18:33:53 +01:00
Samuel Štancl
8696ea497d Merge branch 'master' of github.com:stancl/tenancy-docs 2020-01-27 18:24:53 +01:00
Samuel Štancl
5bf3f9ded7 Add top navbar 2020-01-27 18:24:45 +01:00
Samuel Štancl
6bcc5cdd88
Dynamic connections 2020-01-27 17:04:29 +01:00
Pedro
126bcd04ff Fix typo in config [Storage Drivers - Database] (#43) 2020-01-27 16:24:25 +01:00
Samuel Štancl
0ba5f83b84
Add spatie/laravel-permission 2020-01-19 15:26:39 +01:00
Samuel Štancl
8b47a464a6 Nova migrations 2019-12-21 14:57:48 +01:00
Samuel Štancl
89979afbfc Merge branch 'master' of github.com:stancl/tenancy-docs 2019-12-21 13:37:07 +01:00
Samuel Štancl
97017dd522 Passport integration documented 2019-12-21 13:36:53 +01:00
Lasse Lehtinen
d4c2adad10 Fixed variable name for database connection (#42) 2019-12-09 14:19:04 +01:00
Samuel Štancl
5b3822f155
fix typo 2019-11-29 13:59:25 +01:00
Samuel Štancl
9e68cc9b74
Mention testability on landing page (fix #37) (#41)
* Mention testability on landing page (fix #37)

* update mobile view
2019-11-29 13:56:19 +01:00
Samuel Štancl
4859a9b7af anchors 2019-11-10 16:08:22 +01:00
Samuel Štancl
3a47697413 tenant-aware commands (fix #39) 2019-11-10 16:03:22 +01:00
Samuel Štancl
353b96154c Universal routes 2019-11-10 15:54:02 +01:00
Samuel Štancl
87f25f23f3 conflicting routes 2019-11-10 15:50:36 +01:00
Samuel Štancl
e00d8346fb Timestamps 2019-11-10 15:43:41 +01:00
Samuel Štancl
c69505a09a Features 2019-11-10 15:42:13 +01:00
Samuel Štancl
be8d1fa497 document more features 2019-11-10 15:09:01 +01:00
Samuel Štancl
34a6b2cadd improve hook & testing docs (fix #38) 2019-11-10 15:00:23 +01:00
Samuel Štancl
90545f715e
improve testing docs (fix #35) 2019-11-08 19:50:38 +01:00
Samuel Štancl
a607b35f16 document mix() 2019-11-04 22:21:43 +01:00
Samuel Štancl
5141c7da43 Merge branch 'master' of github.com:stancl/tenancy-docs 2019-10-30 18:01:05 +01:00
Samuel Štancl
979e5b19bc Add link to tutorial to navigation 2019-10-30 18:00:57 +01:00
Samuel Štancl
818ffd2ba3
$this->call -> $this->artisan 2019-10-24 17:02:36 +02:00
Samuel Štancl
9fa3c18c48
Fix typo 2019-10-24 16:25:55 +02:00
Samuel Štancl
b1061a270d
new namespace 2019-10-20 18:27:41 +02:00
Samuel Štancl
a4db798119
ramsey uuid 2019-10-20 16:36:56 +02:00
Samuel Štancl
62898ce34d
use $domain instead of $tenant['domain'] 2019-10-20 16:09:31 +02:00
Samuel Štancl
18ac2b9e33
Update configuration.blade.md 2019-10-17 21:22:17 +02:00
Samuel Štancl
e722757a9b
central queues 2019-10-17 21:10:07 +02:00
Samuel Štancl
0f9598e70a
[2.1.0] Middleware changes (#30)
* middleware changes

* Update tenant-routes.blade.md (#32)

* Update tenant-routes.blade.md

* Update docs/source/v2/tenant-routes.blade.md

Co-Authored-By: Samuel Štancl <samuel.stancl@gmail.com>
2019-10-17 21:06:53 +02:00
Samuel Štancl
388d21bb46
[2.1.0] Nova integration (#29)
* [2.1.0] Nova integration

* Add nav link to Nova integration

* Note about nova migrations
2019-10-17 21:06:48 +02:00
Samuel Štancl
fd1ca2fb10
[2.1.0] Tenant run (#31)
* tenant run

* wip
2019-10-17 21:06:37 +02:00
Samuel Štancl
d805901b3c
v2.1.0 2019-10-17 21:06:21 +02:00
Samuel Štancl
1dc9b6c986
Add command for staging env (#33) 2019-10-15 21:00:10 +02:00