2017 © Pedro Peláez
 

symfony-bundle front-bundle

Symfony SKCMS Front Bundle by SOLID-kiss

image

skcms/front-bundle

Symfony SKCMS Front Bundle by SOLID-kiss

  • Thursday, October 12, 2017
  • by kokmok
  • Repository
  • 1 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SKCMS-Front

This package is currently under development, more documentation and features will come soon., (*1)

The Front bundle of SKCMS for Symfony2

Usage

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)

To be continued

The Versions

12/10 2017

dev-master

9999999-dev

Symfony SKCMS Front Bundle by SOLID-kiss

  Sources   Download

GPL-3.0+

The Requires