savvy-ai / laravel-savvy-ai
Domain knowledge artificial intelligence framework for Laravel
0.6.4
2023-06-16 19:58 UTC
Requires
- php: ^8.2
- illuminate/broadcasting: ^10.4
- illuminate/console: ^10.0
- illuminate/contracts: ^10.0
- illuminate/database: ^10.4
- illuminate/events: ^10.4
- illuminate/queue: ^10.4
- illuminate/routing: ^10.4
- illuminate/support: ^10.0
- nyholm/psr7: ^1.5
- openai-php/client: ^0.4.0
- symfony/http-client: ^6.2
- vanderlee/php-sentence: ^1.0
Requires (Dev)
- mockery/mockery: ^1.5
- pestphp/pest: ^2.3
This package is auto-updated.
Last update: 2025-02-16 23:37:55 UTC
README
Domain knowledge artificial intelligence framework for Laravel
Usage
Install
# install package composer require savvy-ai/laravel-savvy-ai # export migrations php artisan vendor:publish --tag="savvy-ai-migrations"
Configure
# export config php artisan vendor:publish --tag="savvy-ai-config" # edit config config/savvy-ai.php
Filament
If you're using filament in your Laravel app, you can export the resources provided by Savvy AI.
php artisan vendor:publish --tag="savvy-ai-filament"
Gotchas 💣
We use
uuids
everywhere!