Commit graph

239 commits

Author SHA1 Message Date
lukinovec
9409f28393 Update Storage facade section 2022-09-28 09:27:23 +02:00
lukinovec
466fdb2180 Change 'ID' to 'key' 2022-09-28 09:15:01 +02:00
lukinovec
2aa7e44d43 Update disabling asset() section according to suggestion 2022-09-28 09:11:16 +02:00
lukinovec
92a70b7a4d Update global assets section according to review 2022-09-28 08:59:56 +02:00
lukinovec
bdb6a4e9c7 Say that configuring the asset URL changes the helper's behavior 2022-09-28 08:51:39 +02:00
lukinovec
f832d86b2b
Apply suggestions from code review
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-09-28 08:18:22 +02:00
lukinovec
a9c0e66c70
Use 'returned' instead of 'retrieved'
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-09-28 08:16:32 +02:00
lukinovec
3263e2bb50 Restructure assets section 2022-09-27 17:24:08 +02:00
lukinovec
837da1d411
Specify what asset() returns
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-09-27 14:15:47 +02:00
lukinovec
ced9a91801
Use the actual suffix instead of the $suffix variable again
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-09-27 11:51:01 +02:00
lukinovec
34bb54c67e Include the file structure tenancy image in the repo 2022-09-27 11:48:25 +02:00
lukinovec
508cbeb168
Use the actual suffix instead of the $suffix variable
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-09-27 11:26:46 +02:00
lukinovec
f7a0ca4011 Improve docs page in response to review 2022-09-22 15:47:42 +02:00
lukinovec
32fe36dde0 Update storage path helper suffix explanation 2022-09-21 10:49:38 +02:00
lukinovec
a4b8378b6d
Update the suffix base comment to be more understandable
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-09-21 10:41:18 +02:00
lukinovec
07db1417e0 Update 'is not set' to 'is null' 2022-09-21 10:33:40 +02:00
lukinovec
71036c6702 Correct writing 2022-09-12 15:35:26 +02:00
lukinovec
8ab8c4a7f5 Filesystem bootstrapper rewrite 2022-09-12 15:27:12 +02:00
lukinovec
0b1d73767d Update filesystem bootstrapper page WIP 2022-09-09 15:46:29 +02:00
lukinovec
b8d7466496
Improve commands page (#198)
* Update console commands docs page

* Remove --with-pending mentions

* Improve commands page
2022-09-02 17:43:04 +02:00
lukinovec
4425a71556
Suggest adding event listeners to events() in TenancyServiceProvider (#199)
* Improve spatie/laravel-permission section

* Don't imply that the events method is static
2022-09-02 17:41:34 +02:00
lukinovec
92b99647e2
Add notes about guards to the user impersonation page (#197)
* Add notes about guards to the user impersonation page

* typo

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-09-02 04:43:04 +02:00
lukinovec
aca5b15aba
Add spatie/laravel-medialibrary integration guide (#194) 2022-09-01 18:05:38 +02:00
lukinovec
4c7eeb9a99
Fix typo in passport.blade.md (#195) 2022-09-01 18:04:18 +02:00
Svetlin Stoev
58cd62fab0
Update spatie.blade.md (#144)
* Update spatie.blade.md

When a tenant is created through the central app TenancyBootstraped is called and wrong permissions are cached if permissions between central and tenant apps are different.

* Add instruction to reset cache key on TenancyEnded

Co-authored-by: lukinovec <lukinovec@gmail.com>
2022-09-01 17:08:25 +02:00
Adrià Ardila
af05970907
Update integration for laravel nova 4 (#180)
The previous configuration throws an error when setting up the middleware with 'web', you have to use 'nova' with nova v4.
2022-08-26 19:39:22 +02:00
lukinovec
7b6a692b59
Add Artisan::call('tenants:run') example (#191) 2022-08-26 18:54:26 +02:00
lukinovec
5517531c73
Add note about Horizon being used in the central app (#192)
* Add note about Horizon being used in the central app

* Update note
2022-08-26 16:42:27 +02:00
Michael Kampmann Petræus
c6d5a420ee
Update passport.blade.md (#190)
Update passport.blade.md to correctly show tenant migration command
2022-08-26 16:40:34 +02:00
Abrar Ahmad
2769460a1a
update sail notes. (#189) 2022-08-16 16:50:43 +02:00
Ahmed Sayed
550e0f4383
make apis first & consolidate to a single method (#161)
https://laracasts.com/discuss/channels/code-review/laravel-8-route-problem
2022-08-15 05:14:21 +02:00
lukinovec
32235fa106
Add note to laravel-activitylog integration (#177)
* Update spatie.blade.md

* Add markdown style

* Use "For example" instead of "E.g."

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>

* Update note

* Minor fix

* Rephrase ActivityLog note

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-08-10 16:09:38 +02:00
Samuel Štancl
e6e3fc3a23
Passport rewrite (#185)
* Update passport.blade.md (#184)

* Update passport.blade.md

* wording change to trigger ci

* Fix markdown

Co-authored-by: Samuel Štancl <samuel@archte.ch>

* Make the links work (+ automatic formatting correction)

* Make the links non-bold

* darkons' rewrite

* Passport docs page rewrite

* Fix heading levels

* Add warning

Co-authored-by: David SP <darkons@gmail.com>
Co-authored-by: lukinovec <lukinovec@gmail.com>
2022-08-09 18:24:43 +02:00
Abrar Ahmad
d3cba2955d
Copy code snippet button (#183)
* copy button

* empty lines at the end

* copy button position

* copy button position
2022-07-28 13:30:56 +02:00
Abrar Ahmad
e9aef34d94
Add documentation page for encrypted tenant attributes (#174)
* wip docs page related to `archtechx/tenancy/issues/760`

* Update encrypt-attributes.blade.md

* Update the docs page

* Minor update

* Update the page

* Update first attribute encryption paragraph

* Improve wording

Co-authored-by: Samuel Štancl <samuel@archte.ch>

* Update hyperlink

* Change 'tenants migration' to 'tenants table'

* Move Tenant attribute encryption in the navigation

* Remove virtual column hyperlink

Co-authored-by: lukinovec <lukinovec@gmail.com>
Co-authored-by: Samuel Štancl <samuel@archte.ch>
2022-07-26 21:19:24 +02:00
Abrar Ahmad
d09e4864ae
Add notes for Laravel Sail users (#182)
* sail notes

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

Co-authored-by: lukinovec <lukinovec@gmail.com>

* Update source/docs/v3/quickstart.blade.md

Co-authored-by: lukinovec <lukinovec@gmail.com>

Co-authored-by: lukinovec <lukinovec@gmail.com>
2022-07-25 18:38:01 +02:00
Chris Chapman
53f9125946
Update data prefix (#181)
`data.` is not working for me as a prefix. I had to use `data->`. This
is consistent with the Laravel docs.

Not sure if I'm missing something?

https://laravel.com/docs/9.x/queries#json-where-clauses
2022-07-20 22:19:11 +02:00
lukinovec
d67116163d
Improve Orchid integration docs page (#176)
* Improve Orchid integration docs page

Rewrote the docs and removed some bits because they seemed extra (like changing `HOME` or prefixing the tenant routes).

* Fix typo

* Add note about possible error

* Update hyperlink
2022-07-20 16:07:56 +02:00
lukinovec
5c7e4b2533
Improve the Telescope implementation page (#178)
Make the page more specific (mention `tenancy.features` config)
2022-07-18 15:56:39 +02:00
lukinovec
fb532025eb
Fix typo on manual mode docs page (#179) 2022-07-18 15:52:32 +02:00
lukinovec
bb5618d98c
Fix typo in automatic-mode.blade.md (#175) 2022-07-12 21:21:54 +02:00
Niels
3222b1668b
Add info on automatic cache invalidation (#171)
I spent some time to find out how to manually invalidate the cache, when during testing  I found out this is already handled in the base Tenant model. Adding this small paragraph might help others.
2022-06-19 21:30:03 +02:00
Samuel Štancl
8c08bc3fac
discord link in footer 2022-06-13 12:49:13 +02:00
Samuel Štancl
36f560601c
discord link in header 2022-06-13 12:48:36 +02:00
Samuel Štancl
3e87907d94
discord link on index 2022-06-13 12:48:00 +02:00
lukinovec
aa80d10371
Testing section code example formatting (#170)
* Testing section code example formatting

* Use spaces instead of tabs
2022-06-13 12:44:51 +02:00
Samuel Štancl
40fc07b3cb
update stats 2022-06-09 18:10:29 +02:00
lukinovec
b74a25260d
Fix resource syncing section typo (#169) 2022-06-09 18:07:01 +02:00
lukinovec
005e920856
Add missing closing parenthesis (#168) 2022-06-09 18:06:51 +02:00
lukinovec
18e69ec998
Fix typos in user impersonation section (#167) 2022-06-09 13:28:03 +02:00