dependabot[bot]
8f96c4187c
Bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-08 19:21:45 +00:00
Samuel Štancl
f8f354c323
3.x redesign
2020-06-08 21:20:15 +02:00
Samuel Štancl
857122540f
Version 3 notice
2020-05-15 06:14:27 +02:00
dependabot[bot]
d36debdf46
Bump acorn from 6.3.0 to 6.4.1 in /docs ( #50 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-04-27 16:04:09 +02:00
Anton
cb913e9987
Update misc-tips.blade.md ( #49 )
...
Noticed that the code example for Custom ID scheme had some errors.
2020-04-27 02:15:39 +02:00
Samuel Štancl
791e8433f5
Improve isActive logic
2020-04-24 18:06:47 +02:00
Samuel Štancl
ff8b594cbd
Document pgsql schema separation fix #45
2020-04-23 19:51:00 +02:00
Samuel Štancl
0e8a9a7ac9
Document cached tenant lookup fix #46
2020-04-23 19:46:51 +02:00
Samuel Štancl
af8e403504
Document optional DB creation fix #47
2020-04-23 19:34:28 +02:00
Samuel Štancl
2d3badb168
Theme color for docs
2020-04-23 19:11:11 +02:00
Samuel Štancl
2b7e483641
Favicons
2020-04-23 18:56:48 +02:00
Samuel Štancl
65010ff4ff
opengraph meta tags
2020-04-23 04:58:45 +02:00
Samuel Štancl
9126773b4d
Fix symlinks
2020-04-23 04:46:26 +02:00
Samuel Štancl
9a30f9f85a
asset symlink, fix search
2020-04-23 04:41:25 +02:00
Samuel Štancl
0bd44a3b9a
Brand colors in docs
2020-04-23 04:30:29 +02:00
Samuel Štancl
aed2aac50a
Get rid of gray stripes, improve copy
2020-04-23 03:51:36 +02:00
Samuel Štancl
1b69e4b9ca
Navbar padding
2020-04-23 03:43:03 +02:00
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