ner0tic/landmarx-bundle

此包提供了 Landmarx Mapping 库的集成

安装: 6

依赖: 0

建议者: 0

安全: 0

星级: 0

关注者: 3

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master / 1.0.x-dev 2012-12-09 03:34 UTC

This package is not auto-updated.

Last update: 2024-09-14 12:57:08 UTC


README

  1. 安装
  2. 使用

安装

添加到 composer.json

"require": {
    "ner0tic/landmarx-bundle": "*",
    // ...
}

注册包到 app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        new Landmarx\Bundle\LandmarxBundle\LandmarxBundle(),
        // ...
    );
}

致谢

基于 KnpMenu