skcms/front-bundle

Symfony SKCMS Front Bundle by SOLID-kiss

Installs: 50

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2017-10-12 12:30 UTC

This package is auto-updated.

Last update: 2024-04-20 03:47:43 UTC


README

This package is currently under development, more documentation and features will come soon.

The Front bundle of SKCMS for Symfony2

##Usage you have to override the bundle (yml config)

 $ php app/console generate:bundle
 $ FrontBundle

and in you FrontBundle.php

 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

#To be continued