2017 © Pedro Peláez
 

library sculpin-lists-bundle

Sculpin Lists Bundle

image

delssajri/sculpin-lists-bundle

Sculpin Lists Bundle

  • Monday, March 14, 2016
  • by delssajri
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Sculpin Pages Bundle

Setup

Add this bundle in your sculpin.json file:, (*1)

{
    "require": {
        "fab/sculpin-pages-bundle": "@dev"
    }
}

and install this bundle running sculpin update., (*2)

Now you can register the bundle in SculpinKernel class available on app/SculpinKernel.php file:, (*3)

class SculpinKernel extends \Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel
{
    protected function getAdditionalSculpinBundles()
    {
        return array(
           'Fab\Sculpin\Bundle\PagesBundle\SculpinPagesBundle'
        );
    }
}

Usage

Files under _pages are recognized as a Content Type Page., (*4)

A Twig variable page.menu can be loop to automatically generate a menu., (*5)

The Versions

14/03 2016

dev-master

9999999-dev https://sculpin.io

Sculpin Lists Bundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

pages static blog blogging site