PHP code example of acseo / sylius-ai-tools

1. Go to this page and download the library: Download acseo/sylius-ai-tools library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

acseo / sylius-ai-tools example snippets


return [
    ACSEO\SyliusAITools\SyliusAITools::class => ['all' => true],
];
bash
php bin/console acseo:generate-product-descriptions --locale=en --text="Example product description" --keywords="shirt, cotton, casual"