承接 twin-elements/simple-sortable-bundle 相关项目开发

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

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

twin-elements/simple-sortable-bundle

最新稳定版本:1.1.4

Composer 安装命令:

composer require twin-elements/simple-sortable-bundle

包简介

Symfony 3 Sortable Bundle

README 文档

README

Symfony 3 Sortable bundle for CMS JELLINEK

  1. Download this bundle to your project first. The preferred way to do it is to use Composer package manager:

    $ composer require twin-elements/sortable-bundle

    NOTE: If you haven't installed Composer yet, check the [installation guide][2].

    NOTE: If you're not using Composer, add the SortableBundle to your autoloader manually.

  2. Add this bundle to your application's kernel:

    // app/AppKernel.php
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new TwinElements\SortableBundle\TwinElementsSortableBundle(),
            // ...
        );
    }
  3. Add to routing.yml:

    # app/config/routing.yml
    twin_elements_sortable:
            resource: "@TwinElementsSortableBundle/Controller/"
            type:     annotation
            prefix:   /

Usage

...

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-15