nmariani/bootstrapp-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

nmariani/bootstrapp-bundle

最新稳定版本:4.0.1

Composer 安装命令:

composer require nmariani/bootstrapp-bundle

包简介

Bootstrap your Symfony2 application with ease.

README 文档

README

WARNING : THIS BUNDLE IS STILL IN EARLY STAGE OF DEVELOPMENT. YOU CAN USE IT AS IS BUT I ENCOURAGE YOU TO WAIT UNTIL IT IS FINALIZED!

What is BootstrappBundle?

BootstrappBundle is the best way to start building a Symfony2 app with a nice UI including :

Requirements

Symfony2.1 on PHP 5.3.3 required.

Documentation

The bulk of the documentation is stored in the Resources/doc/index.md file in this bundle.

Installation

BootstrappBundle is available via packagist. Installing this bundle is simple as adding the few lines below.

Add dependency in you composer.json file to grab Bootstrapp as a vendor.

{
    "require": {
        "nmariani/bootstrapp-bundle": "dev-master"
    }
}

Then, use composer to install BootstrappBundle and its dependencies :

php composer.phar install

Import Bootstrapp internal routing in your routing.yml file.

bootstrapp:
  resource: "@BootstrappBundle/Resources/config/routing.yml"

Demo

You can import Bootstrapp demo routes in your routing_dev.yml

bootstrapp:
  resource: "@BootstrappBundle/Resources/config/routing_dev.yml"
  prefix:   /{_locale}/bootstrapp

Then you can visit /bootstrapp/demo url to access demo page.

Contribute

If you want to contribute your code please be sure that your PR's are valid to Symfony2.1 Coding Standards. You can automatically fix your code for that with PHP-CS-Fixer tool.

License

This bundle is under the MIT license. See the complete license in the bundle.

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-12