Commit graph

164 commits

Author SHA1 Message Date
Samuel Štancl
bc9de2e043
Update session-scoping.blade.md 2024-04-04 21:06:48 +02:00
Filip Petrovic
23da0ef0c9
Update synced-resources-between-tenants.blade.md 2024-03-19 00:06:17 +01:00
6fe87cc7d7 add note about Laravel 11, resolve #267 2024-03-17 21:02:00 +01:00
Samuel Štancl
d6233d0df2
Livewire 3 file uploads 2024-02-15 11:38:45 +01:00
Tobias Oitzinger
f376bf88e5
Clearify encrypted columns need to be null by default (#262) 2024-02-10 20:07:53 +01:00
Liam McArthur
e4a28db8fd
Removed job pipeline text redundancy (#265)
Removed doubled use of "by default" (redundancy).
2024-02-10 20:05:15 +01:00
Samuel Štancl
49941b625d
update spatie/laravel-permission integration guide to match 5.x 2023-11-21 02:24:26 +01:00
Christoxz
92a56bd0e2
Update sail.blade.md (#263) 2023-11-11 14:57:29 +01:00
kostamilorava
577e8b66f4
Add grant option (#261)
Add grant option to sail user in order to allow user ownership control for different databases
2023-09-27 03:57:21 +02:00
wellá
3b5cd8fec9
docs: update quickstart migrations notice (#260)
Added an additional sentence as the notice right now would maybe have people ignoring their own migrations.
2023-09-16 20:21:36 +02:00
Shahin
7e8471dfbd
Update livewire.blade.md (#259)
* Update livewire.blade.md

Update livewire integration instructions to refelect ivewire 3 changes.

* Update livewire.blade.md

* remove unnecessary indentation

---------

Co-authored-by: Samuel Štancl <samuel@archte.ch>
2023-09-14 17:02:57 +02:00
Alexander Hupe
eceab47a75
Update configuration.blade.md (#257) 2023-09-03 22:09:14 +02:00
Samuel Štancl
44bbb51fb8
clarify what's meant by tenant storage 2023-08-04 06:16:23 +02:00
Rolf van de Krol
a1d8fc9579
write docs for telescope tags feature (#245) 2023-04-09 20:38:13 +02:00
Chinmay Purav
46a2352885
Sail Separate integration docs added (#210)
* Sail Separate integration docs added

* old Laravel sail references hyperlinked to new page

* removed irrelevant default configuration

* custom credentials doc elaboration

* docs updated

* wip

* fixed issues in `sail.blade.md`

* used `>` in `configuration.blade.md`

* fixed typo for `:`

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

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

* removed irrelevant pieces

* removed h2, added h1

* Update source/docs/v3/integrations/sail.blade.md

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

* removal rollback

* Update the Sail integration guide

* Add guide for privilege granting automation

* trigger ci

---------

Co-authored-by: Chinmay Purav <experiment@webscientist.xyz>
Co-authored-by: Samuel Štancl <samuel@archte.ch>
Co-authored-by: lukinovec <lukinovec@gmail.com>
2023-03-01 12:05:51 +01:00
lukinovec
60c7b5429b
Mention that making Passport use the default DB connection is only necessary with 10.x (#241) 2023-02-16 17:31:07 +01:00
Casey Dwyer
c819780a68
fixes confusing typo on Tenants page (#236)
* fixed typo

Don't know what exactly this line is referring to (eg, `CentralConnection` concern, the `$tenant->run...` function, or something else)...but I'm 95% sure this was a typo in one direction or the other. Hope that helps!

* Update tenants.blade.md

Co-authored-by: Samuel Štancl <samuel@archte.ch>
2023-01-27 05:17:28 +01:00
lukinovec
90f08efaa7
Add guide to make Nova file field thumbnails work (#235)
* Add note about making file field thumbnails work in Nova

* code style

Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2023-01-27 05:14:43 +01:00
Samuel
fd768f14c8
Fixed indentation, tabs removed (#233) 2023-01-06 22:47:02 +01:00
lukinovec
ca5924646d
Add and fix heading IDs (#232) 2023-01-06 15:34:04 +01:00
lukinovec
8029bdc51c
Passport integration guide fix (#226)
* Add routes example for 11.x, use AuthServiceProvider instead of AppServiceProvider

* Change `Passport::$registersRoutes = false` to `Passport::ignoreRoutes()`

* Add middleware to Passport 11.x code section

* Improve the route registration guide clarity

* Use `boot()` instead of `register()` in some places

* Update the guide to use `boot()` instead of `register()` in some places
2023-01-04 01:56:24 +01:00
Jori Stein
3b03605c9a
Cache invalidation solution + note (#231)
Because I started to use the cache lookup recently, I've had some issues with the cache invalidation.

I though of sharing the solutions in the documentation:
- Added a solution how to invalidate the cache.

- Added a note/warning to invalidate the cache before  if you intend to update the domain name. Otherwise the invalidate cache will not work as the key will have changed because of the new domain name.
2022-12-22 10:29:29 +01:00
lukinovec
8603a4f04c
Improve Sanctum integration page (#227)
* Improve Sanctum integration guide

* Fix heading

* Update docs

* Add note to the Sanctum docs
2022-12-15 15:23:48 +01:00
Stef Nielandt
4c5bb1f8bc
Fixed typo (#224)
Fixed a typo:
unopinonated -> unopinionated
2022-11-23 12:41:15 +01:00
Samuel Štancl
1b92787911
add Events\ namespace 2022-11-15 15:57:21 +01:00
Ben
cbe366a095
spelling (#223) 2022-11-10 14:52:55 +01:00
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
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
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