webbytroopstechnologies/ai-content-generator

dev-main 2023-05-09 11:00 UTC

This package is auto-updated.

Last update: 2025-04-09 14:56:52 UTC


README

Requirements

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