/MinecraftBundle

Minecraft user management (whitelist) bundle

Primary LanguagePHP

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(),
);