PHP code example of plumtreesystems / sylius-article-plugin
1. Go to this page and download the library: Download plumtreesystems/sylius-article-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/ */
plumtreesystems / sylius-article-plugin example snippets
return [
...
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true], // WYSIWYG editor
SitemapPlugin\SitemapPlugin::class => ['all' => true], // Sitemap support
BitBag\SyliusCmsPlugin\BitBagSyliusCmsPlugin::class => ['all' => true],
PTS\SyliusArticlePlugin\PTSSyliusArticlePlugin::class => ['all' => true],
];
4. Import configuration in your `config/packages/_sylius.yaml` file