PHP code example of jgrasp / sylius-prestashop-migration-plugin
1. Go to this page and download the library: Download jgrasp/sylius-prestashop-migration-plugin 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/ */
jgrasp / sylius-prestashop-migration-plugin example snippets
return [
...
Jgrasp\PrestashopMigrationPlugin\PrestashopMigrationPlugin::class => ['all' => true],
]
use PrestashopTrait;
use Jgrasp\PrestashopMigrationPlugin\Entity\Product\ProductVariantInterface;
class ProductVariant extends BaseProductVariant implements ProductVariantInterface{
}
config/bundles.php
yaml
parameters:
locale: en_EN