Looking to hire Laravel developers? Try LaraJobs

laravel-savvy-ai maintained by savvy-ai

Description
Domain knowledge artificial intelligence framework for Laravel
Author
Last update
2023/06/16 21:58 (dev-master)
License
Links
Downloads
36

Comments
comments powered by Disqus

Savvy AI for Laravel

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!