sylvain-floury / OntopiaBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OntopiaBundle

Installation

From GitHub

Clone the Bundle.

Composer

Add to composer.json "require": { "guzzlehttp/guzzle": "4.*" }

Routing

If you want to use the application add this to routing.yml.

flosy_ontopia:
    resource: "@FlosyOntopiaBundle/Controller/"
    type:     annotation
    prefix:   /ontopia

/app/AppKernel.php

$bundles = array(
...
new Flosy\Bundle\OntopiaBundle\FlosyOntopiaBundle(),
)

Configure @FlosyOntopiaBundle/Resources/config/service.xml

About


Languages

Language:PHP 99.8%Language:HTML 0.2%