savvy-ai/laravel-savvy-ai

Domain knowledge artificial intelligence framework for Laravel

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 0

Open Issues: 0

pkg:composer/savvy-ai/laravel-savvy-ai

0.6.4 2023-06-16 19:58 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!