2017 © Pedro Peláez
 

symfony-bundle theme-bundle

Theme for semantic ui

image

jpass/theme-bundle

Theme for semantic ui

  • Wednesday, May 31, 2017
  • by jpass
  • Repository
  • 1 Watchers
  • 1 Stars
  • 97 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

JpassThemeBundle

Installation

1. Download using composer

``` bash $ composer require jpass/theme-bundle@dev, (*1)


### 2. Enable the bundle Enable the bundle in the kernel ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Jpass\ThemeBundle\JpassThemeBundle(), // ... ); }

3. Configuration

In app/config/config.yml:, (*2)

``` yaml, (*3)

Twig Configuration

twig: ... form_themes: - 'JpassThemeBundle:theme:_form.html.twig' globals: theme: 'JpassThemeBundle:theme:layout.html.twig', (*4)

Knp Menu Bundle Configuration

knp_menu: ... twig: template: 'JpassThemeBundle:theme:_menu.html.twig', (*5)


## Usage In your twig files ``` twig {% extends theme %} {# ... #}

The Versions

31/05 2017

dev-master

9999999-dev

Theme for semantic ui

  Sources   Download

MIT

01/02 2017

v0.1

0.1.0.0

Theme for semantic ui

  Sources   Download

MIT