Download the PHP package dougkusanagi/laravel-ai-chat without Composer
On this page you can find all versions of the php package dougkusanagi/laravel-ai-chat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dougkusanagi/laravel-ai-chat
More information about dougkusanagi/laravel-ai-chat
Files in dougkusanagi/laravel-ai-chat
Download dougkusanagi/laravel-ai-chat
More information about dougkusanagi/laravel-ai-chat
Files in dougkusanagi/laravel-ai-chat
Vendor dougkusanagi
Package laravel-ai-chat
Short Description A Laravel AI Chat package with database integration
License MIT
Homepage https://github.com/dougkusanagi/laravel-ai-chat
Package laravel-ai-chat
Short Description A Laravel AI Chat package with database integration
License MIT
Homepage https://github.com/dougkusanagi/laravel-ai-chat
Please rate this library. Is it a good library?
Informations about the package laravel-ai-chat
Laravel AI Chat
Installation
Set your Gemini API key in your .env file:
Usage
-
Add the required scripts to your layout file (
app.blade.php
or similar). Make sure to add them in this exact order: -
Make sure you have Tailwind CSS installed and configured in your application.
- The chat component will appear as a floating button in the bottom-right corner of your page.
Customization
You can customize the views by publishing them:
The views will be published to resources/views/vendor/ai-chat/components/
.
Todo
- [x] Implement GeminiProvider
- [ ] Implement OpenAiProvider
- [ ] Implement AnthropicProvider
All versions of laravel-ai-chat with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/contracts Version ^9.0
google-gemini-php/client Version ^1.0
orchestra/testbench Version ^7.0
illuminate/contracts Version ^9.0
google-gemini-php/client Version ^1.0
orchestra/testbench Version ^7.0
The package dougkusanagi/laravel-ai-chat contains the following files
Loading the files please wait ....