承接 mopa/bootstrap-sandbox-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mopa/bootstrap-sandbox-bundle

最新稳定版本:v2.2.0-alpha1

Composer 安装命令:

composer require mopa/bootstrap-sandbox-bundle

包简介

Seperate live docs from code

README 文档

README

For bootstrap 2.x use branch v2.x

Live Show

To see the bundle and its capabilities online just have a look on MopaBootstrapBundle Live

Introduction

MopaBootstrapSandboxBundle is a demo case howto use the MopaBootstrapBundle.

Installation

To use this in any of your projects (e.g. to make changes in MopaBootstrapBundle and see if it affects the Sandbox)

For detailed installation instructions also have a look into MopaBoostrapBundle Documentation

just add this to your composer.json:

{
    "require": {
        "mopa/bootstrap-sandbox-bundle": "dev-master"
    }
}

and add to your AppKernel:

    // ...
            new Mopa\Bundle\BootstrapSandboxBundle\MopaBootstrapSandboxBundle(),
        	new Liip\ThemeBundle\LiipThemeBundle(),
            new Knp\Bundle\MenuBundle\KnpMenuBundle(),
    // ...

if you are using sf 2.0.x have a look into the README of the v2.0.x branch:

https://github.com/phiamo/MopaBootstrapSandboxBundle/tree/v2.0.x

run

composer.phar update # --dev if you added it to require-dev

If you are not using the https://github.com/phiamo/symfony-bootstrap-sandbox You have to configure your project a little bit further.

For this to work its required to have less installed:

config.yml:

# import example configs
imports:
    - { resource: @MopaBootstrapSandboxBundle/Resources/config/themes.yml }
    - { resource: @MopaBootstrapSandboxBundle/Resources/config/examples/example_menu.yml }

# Assetic Configuration
assetic:
    filters:
        less:
            node: /usr/bin/node
            node_paths: [/opt/lessc/lib, /usr/lib/node_modules]
            apply_to: "\.less$"

routing.yml:

MopaBootstrapSandbox:
    resource: "@MopaBootstrapSandboxBundle/Resources/config/routing.yml"

this imports the routes to be abled to access it in your browser via:

http://yourproject/mopa/bootstrap

统计信息

  • 总下载量: 6.75k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 25
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 7

GitHub 信息

  • Stars: 24
  • Watchers: 5
  • Forks: 39
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-03-28