PHP code example of splash / sylius-splash-plugin
1. Go to this page and download the library: Download splash/sylius-splash-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/ */
splash / sylius-splash-plugin example snippets
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new \Splash\Bundle\SplashBundle(), // Splash Sync Core PHP Bundle
new \Splash\SyliusSplashPlugin\SplashSyliusSplashPlugin(), // Splash Bundle for Sylius
// ...
);
}
bash
$ php composer.phar