Sylvain K.
071665c088
Merge 524cfd29ed into 2be4b681d0
2025-11-11 10:47:20 +00:00
lukinovec
b0f5d2647f
Add note about TenantAssetsController
2024-06-24 14:36:43 +02:00
Samuel Štancl
d6233d0df2
Livewire 3 file uploads
2024-02-15 11:38:45 +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
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
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
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
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
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
Samuel Štancl
1b92787911
add Events\ namespace
2022-11-15 15:57:21 +01:00
524cfd29ed
Update source/docs/v3/integrations/livewire.blade.md
...
Co-authored-by: lukinovec <lukinovec@gmail.com>
2022-11-04 13:18:09 +01: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
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
92193136b5
escape @
2022-09-26 14:06:15 +02:00
kaisersly
4489c4f08e
Update integrations/livewire.blade.md
...
I made some minor changes to @FelipeVeiga proposal and added them to the documentation.
https://github.com/archtechx/tenancy/issues/628#issuecomment-1161863700
2022-09-26 10:19:54 +02:00
lukinovec
ca2ee41ab4
Add Sanctum integration page ( #205 )
2022-09-24 03:53:13 +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
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
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
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
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
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
Impeck
4a1a5f829e
fixed formatting (lots of spaces) ( #160 )
...
* add Laravel Orchid integration
* add the path to the "home" route for central application
* fix link to Universal Routes
* fixed formatting (lots of spaces)
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2022-06-04 17:29:01 +02:00
Impeck
703f7b037b
For Orchid add the path to the "home" route for central app ( #159 )
...
* add Laravel Orchid integration
* add the path to the "home" route for central application
* fix link to Universal Routes
2022-04-11 13:21:08 +02:00
Impeck
a368078dfe
add Laravel Orchid integration ( #157 )
2022-04-09 02:02:44 +02:00
Saif Allah Khaled
8c8431ab76
fix layout of nova page ( #154 )
2022-03-30 18:09:14 +02:00
Samuel Štancl
0da737e60e
Remove blade
2021-07-08 14:36:54 +02:00
injektion
22e06dae4f
Update livewire.blade.md ( #131 )
...
* Update livewire.blade.md
Unless aliased, when going thru the dox on setting up Livewire using the previous code will fail with an error: Target class "[InitializeTenancyByDomain]" does not exist.
Changing it to the full namespace works fine.
* Update livewire.blade.md
* remove indentation
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2021-07-07 17:43:10 +02:00
David SP
d59c25ee15
Update passport.blade.md ( #128 )
...
Fixed using Passport in both the central and tenant app
2021-06-01 13:52:20 +02:00
Michał Maliński
25747b5c4d
Update passport.blade.md ( #81 )
...
I managed to get passport work with this code, not really sure if loadKeysFrom should be in boot method and if overriding passport config is proper way.
2020-09-27 19:29:06 +02:00
DarthShmev
4d12707980
Fix spelling errors and broken links ( #79 )
...
* Fix spelling errors and broken links
* Make changes as requested
2020-09-01 17:55:31 +02:00
SHEROZ Juraev
c90f6d9c5f
Update passport.blade.md ( #71 )
...
* Update passport.blade.md
Added a note about using Passport in the Central and client applications.
* Update source/docs/v3/integrations/passport.blade.md
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
2020-08-29 14:50:21 +02:00
Samuel Štancl
c79c31f1c2
note about passport guide being possibly out of date
2020-08-19 23:39:46 +02:00
Samuel Štancl
447f22ba56
nova
2020-08-01 22:15:45 +02:00
Adebayo Ilerioluwa
a4645b3abd
Improved Documentation Search ( #61 )
...
* chore: (Improve documentation search for V3)
* fix: checks for mispelled words
* fix: mispelled words
* fix spaces and syntax
* Update multi-database-tenancy.blade.md
Co-authored-by: Samuel Stancl <samuel.stancl@gmail.com>
2020-07-21 20:18:29 +02:00
Samuel Štancl
0549607899
Mention realtime facades on livewire page
2020-07-20 14:57:54 +02:00
Samuel Štancl
ea417e4eec
Twitter image for docs
2020-07-19 15:18:52 +02:00
Jørgen Solli
4a5d121dfb
Improved Horizon documentation regarding tags ( #57 )
...
- Fixed the snippet for passing tags to the job
- Wrapped content in a Tags header to prepare for more content in the
future
- Added comment to method to mimic Laravel's documentation regardin the
matter
- Made it slightly more clear that the tags method should be applied to
the actual job class
2020-06-23 21:56:35 +02:00
Samuel Štancl
2f043afe35
link to universal routes from livewire page
2020-06-22 00:14:40 +02:00