dev-master
9999999-devSymfony SKCMS Front Bundle by SOLID-kiss
GPL-3.0+
The Requires
- php >=5.3.2
- symfony/framework-bundle >=2.3-dev
- twig/twig *
- doctrine/doctrine-bundle *
- skcms/core-bundle dev-master
Symfony SKCMS Front Bundle by SOLID-kiss
This package is currently under development, more documentation and features will come soon., (*1)
you have to override the bundle (yml config), (*2)
$ php app/console generate:bundle $ FrontBundle
and in you FrontBundle.php, (*3)
public function getParent(){ return 'SKCMSFrontBundle'; }
Now everything is in the FrontBundle\Resources\views folder. Create a subfolder named pages-templates and a file named home.html.twig, (*4)
Symfony SKCMS Front Bundle by SOLID-kiss
GPL-3.0+