modcreative / laravel-wayble-ai
Domain knowledge artificial intelligence framework for Laravel
1.1.0
2023-10-11 21:34 UTC
Requires
- php: ^8.2
- filament/filament: ^3.0
- inertiajs/inertia-laravel: ^0.6
- nyholm/psr7: ^1.5
- openai-php/client: ^0.5
- symfony/http-client: ^6.2
- vanderlee/php-sentence: ^1.0
Requires (Dev)
- mockery/mockery: ^1.5
- pestphp/pest: ^2.3
- spatie/laravel-ignition: ^2.1
This package is auto-updated.
Last update: 2025-03-26 23:36:19 UTC
README
Domain knowledge artificial intelligence framework for Laravel
Usage
Install
If you're using the provided seeder, you must update your own seeder to run it, e.g.
$this->call(WaybleAISeeder::class)
.# install package composer require modcreative/laravel-wayble-ai
export migrations and seeders
php artisan vendor:publish --tag="wayble-ai-database"
### Configure
export config
php artisan vendor:publish --tag="wayble-ai-config"
edit config
config/wayble-ai.php
### Filament
> If you're using filament in your Laravel app, you can export the resources provided by Wayble AI.
>
export filament resources
php artisan vendor:publish --tag="wayble-ai-filament"
### Publish Public Resources
php artisan vendor:publish --tag="wayble-ai-public"
### Publish JS Resources
php artisan vendor:publish --tag="wayble-ai-js"
## Gotchas 💣
> We use `uuids` everywhere!