openai-php / laravel

⚡️ OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with OpenAI API
MIT License
2.83k stars 189 forks source link

Moving laravel framework to require-dev #113

Open mevtho opened 4 months ago

mevtho commented 4 months ago

Related to discussions

https://github.com/openai-php/laravel/issues/40 https://github.com/openai-php/laravel/issues/34

I had the a similar issue when trying to add the package to a laravel-zero application (conflict with Illuminate packages).

Moving to require-dev should allow the same development experience while not forcing a full install of the laravel framework when adding to a laravel-zero project.