PHP code example of lakion / cms-plugin
1. Go to this page and download the library: Download lakion/cms-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/ */
lakion / cms-plugin example snippets
new \Doctrine\Bundle\PHPCRBundle\DoctrinePHPCRBundle(),
new \Symfony\Cmf\Bundle\BlockBundle\CmfBlockBundle(),
new \Symfony\Cmf\Bundle\ContentBundle\CmfContentBundle(),
new \Symfony\Cmf\Bundle\CoreBundle\CmfCoreBundle(),
new \Symfony\Cmf\Bundle\MediaBundle\CmfMediaBundle(),
new \Symfony\Cmf\Bundle\MenuBundle\CmfMenuBundle(),
new \Symfony\Cmf\Bundle\RoutingBundle\CmfRoutingBundle(),
new \Lakion\CmsPlugin\LakionCmsPlugin(),