webbytroopstechnologies / ai-content-generator
Installs: 759
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:Blade
This package is auto-updated.
Last update: 2025-04-09 14:56:52 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