Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 465 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 465 Bytes

BUNDLE INSTALLATION

app/config/config.yml

imports:
    - { resource: "@MinecraftBundle/Resources/config/services.yml" }

app/config/routing.yml

MinecraftBundle:
    resource: "@MinecraftBundle/Resources/config/routing.yml"
    prefix:   /

app/AppKernel.php

$bundles = array(
    // [...]
    new FoM\MinecraftBundle\MinecraftBundle(),
);