#I use `openai php client` in my Laravel
7 messages · Page 1 of 1 (latest)
what about if you are a package residing in the app? and as the package author, you had a feature that required a third party package, in this case it happens to be openai
I don't think that's an issue, composer should automatically install any dependencies recursively. You can try it out
i have been lol.. it's probably something obvious but it just aint workin for me
the one time I made a composer package I don't remember running into any issues like that, maybe it's specific to the OpenAI package you're trying to use
i'm using that same one, just the guy made a laravel flavor, openai-php/laravel but has a dependency on openai-php/client
maybe that's meant more for a laravel project itself, not a package for laravel