modcreative/laravel-wayble-ai
最新稳定版本:1.1.0
Composer 安装命令:
composer require modcreative/laravel-wayble-ai
包简介
Domain knowledge artificial intelligence framework for Laravel
README 文档
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!
统计信息
- 总下载量: 185
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-06-21