承接 misato/bootstrap-duallistbox-bundle 相关项目开发

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

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

misato/bootstrap-duallistbox-bundle

Composer 安装命令:

composer require misato/bootstrap-duallistbox-bundle

包简介

Easy integration of Bootstrap Duallistbox into symfony2

README 文档

README

This bundle eases integration of bootstrap-duallistbundle into your Symfony2 project.

Installation

Installation by Composer

Add BootstrapDuallistbox bundle as a dependency to the composer.json of your application

{
    "require": {
        ...
        "misato/bootstrap-duallistbox-bundle": "dev-master"
        ...
    }
}

Activate automatic symlinking after composer update/install

{
    "scripts": {
        "post-install-cmd": [
            "Misato\\BootstrapDuallistboxBundle\\Composer\\ScriptHandler::postInstallSymlinkBootstrapDuallistbox"
        ],
        "post-update-cmd": [
            "Misato\\BootstrapDuallistboxBundle\\Composer\\ScriptHandler::postInstallSymlinkBootstrapDuallistbox"
        ]
    }
}

There is also a console command to check and / or install this symlink:

for less:

    php app/console misato:bootstrap-duallistbox:symlink

Add BootstrapDuallistboxBundle to your application kernel.

// app/AppKernel.php
<?php
    // ...
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Misato\BootstrapDuallistbox\MisatoBootstrapDuallistboxBundle(),
        );
    }

Add bootstrap-duallistbox resources to your web folder

To copy the bootstrap-duallistbox css and javascript files to the web folder you can use the command below:

    php app/console assets:install web/

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2014-06-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固