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
-
Download this bundle to your project first. The preferred way to do it is to use Composer package manager:
$ composer require twin-elements/sortable-bundleNOTE: If you haven't installed
Composeryet, check the [installation guide][2].NOTE: If you're not using
Composer, add theSortableBundleto your autoloader manually. -
Add this bundle to your application's kernel:
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new TwinElements\SortableBundle\TwinElementsSortableBundle(), // ... ); }
-
Add to routing.yml:
# app/config/routing.yml twin_elements_sortable: resource: "@TwinElementsSortableBundle/Controller/" type: annotation prefix: /
Usage
...
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-15