webbytroopstechnologies / ai-content-generator
Package info
github.com/webbytroopstechnologies/ai-content-generator
Language:Blade
pkg:composer/webbytroopstechnologies/ai-content-generator
dev-main
2023-05-09 11:00 UTC
This package is auto-updated.
Last update: 2026-03-09 17:11:40 UTC
README
Requirements
- PHP >= 8.1
- Bagisto >= 1.4
Quick Installation
composer require webbytroopstechnologies/ai-content-generator
Service Provider & Facade
Register provider and facade on your config/app.php file.
'providers' => [ ..., WebbyTroops\AiContentGenerator\Providers\AiContentGeneratorServiceProvider::class, ]
Composer
composer dump-autoload
For Publish The Assets
php artisan vendor:publish
Run this command to publish the assets of this module by selecting AI Content Generator service provider!
For Route & Config cache
php artisan optimize
Run this command to clear the route and config cache!
Documentations
Support and Discussion:
If you have any query/concern/issues you can contact us anytime at contact@webbytroops.com
License
The MIT License (MIT). Please see License File