Add Ai::build() for runtime provider configuration overrides#352
Open
inkarnation wants to merge 5 commits into
Open
Add Ai::build() for runtime provider configuration overrides#352inkarnation wants to merge 5 commits into
inkarnation wants to merge 5 commits into
Conversation
Member
|
fix conflicts ? |
8a2fc2c to
5c5bc99
Compare
Author
|
@pushpak1300 sure, done |
f148505 to
eab9bc7
Compare
Member
|
I wonder if this should work more like: https://laravel.com/docs/13.x/filesystem#on-demand-disks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Multi-tenant Laravel apps that store per-tenant API credentials in a database have no first-party way to use those credentials per request. The only working pattern today mutates global
config(), which leaks between requests under Octane/Swoole.Fixes #105
Usage
Ai::build()mirrorsCache::build()/Storage::build()— pass a full config array, get a fresh provider instance. Nothing cached under a name, no global state mutated.