lukinovec
8a8673cc27
Add guide for privilege granting automation
2022-11-23 10:52:32 +01:00
lukinovec
8a0543a78e
Update the Sail integration guide
2022-11-23 10:50:57 +01:00
Chinmay Purav
fc66b6f2cd
removal rollback
2022-11-14 23:36:05 +05:30
352e6b8b12
Update source/docs/v3/integrations/sail.blade.md
...
Co-authored-by: lukinovec <lukinovec@gmail.com>
2022-10-27 12:44:37 +02:00
Chinmay Purav
6cf66961a8
removed h2, added h1
2022-10-26 07:58:54 +05:30
Chinmay Purav
d4a6010385
removed irrelevant pieces
2022-10-25 23:50:10 +05:30
6b5931b089
Update source/docs/v3/configuration.blade.md
2022-10-25 18:07:59 +02:00
e5a93fe2d1
Update source/docs/v3/quickstart.blade.md
2022-10-25 18:07:22 +02:00
Chinmay Purav
cdf6fc07a8
fixed typo for :
2022-10-22 00:13:49 +05:30
Chinmay Purav
4fa1afed84
used > in configuration.blade.md
2022-10-22 00:12:19 +05:30
Chinmay Purav
54a8a264a6
fixed issues in sail.blade.md
2022-10-22 00:10:14 +05:30
Chinmay Purav
6e72849a04
wip
2022-10-13 01:03:31 +05:30
Chinmay Purav
f1bae7e14e
Merge branch 'master' into sail-docs
2022-10-12 01:36:43 +05:30
Chinmay Purav
e49a668926
docs updated
2022-10-12 01:33:31 +05:30
Tom Croft
df4a487663
Use of artisan tinker for manual initialization ( #219 )
...
Small change but it took a bit for me to figure this one out so I wanted to mention it
2022-10-11 19:39:14 +02:00
lukinovec
bfc1c4f513
Add integration guide for Passport 11.x ( #217 )
...
* Add instructions for Passport 11.x
* Fix numbering
2022-10-10 20:38:21 +02:00
lukinovec
5ab19201c1
Add paragraph about queue tenancy bootstrapper's $forceRefresh ( #218 )
2022-10-10 20:37:24 +02:00
lukinovec
fe84b4186f
Minor console commands docs improvements ( #215 )
...
* Make `Tenant list` `List` for consistency, add description to List command
* Change ID to tenant key
* Update migrate command description
* Use IDs instead of tenant keys
2022-10-06 11:36:41 +02:00
Samuel Štancl
bff53fc23e
fix purchase URLs
2022-10-05 20:26:37 +02:00
lukinovec
31a64ab28f
Document the ViteBundler feature ( #209 )
...
* Document the ViteBundler feature
* Fix formatting
* Remove Vite integration page, make links to the integration page link to the feature page
* Add example for enabling the feature
* improve writing
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-10-04 19:49:49 +02:00
lukinovec
5f9f141580
Add disclaimer about the Passport version (10.x) ( #211 )
...
* Add disclaimer about the Passport version (10.x)
The Passport guide was written before the release of 11.x
* Update passport.blade.md
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-10-03 14:44:02 +02:00
Chinmay Purav
a26a695bd1
custom credentials doc elaboration
2022-10-01 11:57:49 +05:30
Chinmay Purav
f72cb23794
removed irrelevant default configuration
2022-10-01 11:37:08 +05:30
Chinmay Purav
89f3c6ec14
old Laravel sail references hyperlinked to new page
2022-10-01 02:18:17 +05:30
Chinmay Purav
b1f984de4a
Sail Separate integration docs added
2022-10-01 02:06:41 +05:30
lukinovec
f84ab20c5e
Update filesystem tenancy documentation ( #201 )
...
* Update filesystem bootstrapper page WIP
* Filesystem bootstrapper rewrite
* Correct writing
* Update 'is not set' to 'is null'
* Update the suffix base comment to be more understandable
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* Update storage path helper suffix explanation
* Improve docs page in response to review
* Use the actual suffix instead of the $suffix variable
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* Include the file structure tenancy image in the repo
* Use the actual suffix instead of the $suffix variable again
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* Specify what `asset()` returns
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* Restructure assets section
* Use 'returned' instead of 'retrieved'
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* Apply suggestions from code review
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* Say that configuring the asset URL changes the helper's behavior
* Update global assets section according to review
* Update disabling asset() section according to suggestion
* Change 'ID' to 'key'
* Update `Storage` facade section
* Specify the asset() output with ASSET_URL configured
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-09-28 15:05:41 +02:00
lukinovec
ca2ee41ab4
Add Sanctum integration page ( #205 )
2022-09-24 03:53:13 +02:00
Abishek R Srikaanth
2ce52d7f66
Fixing the model name of the complex secondary models ( #204 )
2022-09-22 22:49:32 +02:00
shaheen-hypertech
53d9b55d8e
fix a typo in passport integration docs page ( #203 )
2022-09-20 19:38:41 +02:00
Shashwat Mishra
8d10b0c177
spatie/laravel-login-link Installation ( #200 )
...
* spatie/laravel-login-link Installation
Installation Instructions for spatie/laravel-login-link
* Update laravel-login-link docs page
Co-authored-by: lukinovec <lukinovec@gmail.com>
2022-09-12 23:51:45 +02:00
lukinovec
032bf08040
Document making a command tenant-aware ( #196 )
...
* Copy and modify v2 tenant aware commands docs page
* Add navigation link to the tenant-aware commands page
* Use the v2 tenant-aware commands page and slightly modify it
2022-09-09 19:03:53 +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
Samuel Štancl
becfe35a68
fix package.json
2022-07-29 18:39:25 +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