PHPackages                             sfmdd/sylius-sorting-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sfmdd/sylius-sorting-plugin

Abandoned → [fmdd/sylius-sorting-plugin](/?search=fmdd%2Fsylius-sorting-plugin)Sylius-plugin[Utility &amp; Helpers](/categories/utility)

sfmdd/sylius-sorting-plugin
===========================

Sorting plugin for Sylius

v1.0.0(6y ago)0561MITPHPPHP ^7.3

Since Jul 4Pushed 3y agoCompare

[ Source](https://github.com/SFMDD/SyliusSortingPlugin)[ Packagist](https://packagist.org/packages/sfmdd/sylius-sorting-plugin)[ RSS](/packages/sfmdd-sylius-sorting-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (24)Versions (5)Used By (0)

 [ ![FM2D logo](https://camo.githubusercontent.com/ad7ecb55e0e5a016b468d591f39a23a16f97583fc326601d2c55d297128ba573/68747470733a2f2f666d32642e636f6d2f666d32642d7468656d652f696d616765732f6c6f676f2e706e67) ![Sylius logo](https://camo.githubusercontent.com/1567208cc7c8ec53cf6e2af4f54449a9bb3ab0dee7916998de4e3ce9b7f79015/68747470733a2f2f64656d6f2e73796c6975732e636f6d2f6173736574732f73686f702f696d672f6c6f676f2e706e67) ](https://fm2d.com/)

---

FM2D - SyliusSortingPlugin
==========================

[](#fm2d---syliussortingplugin)

---

[![License](https://camo.githubusercontent.com/3e999e73728f0be31b6b3a15608e9cfaa82fd982e1b2a88345c11bef1937dbcc/687474703a2f2f706f7365722e707567782e6f72672f666d64642f73796c6975732d736f7274696e672d706c7567696e2f6c6963656e7365)](https://packagist.org/packages/fmdd/sylius-sorting-plugin)[![Latest Stable Version](https://camo.githubusercontent.com/3fa38121c52d0d64005b86ec7d03d63de9b1c157703fe8b22d8bade8c5c7e566/687474703a2f2f706f7365722e707567782e6f72672f666d64642f73796c6975732d736f7274696e672d706c7567696e2f76)](https://packagist.org/packages/fmdd/sylius-sorting-plugin)[![Total Downloads](https://camo.githubusercontent.com/719d96ae6c323032d3e2253d61fde569b03b5cf569cf224d5c01fcab7a83fd44/687474703a2f2f706f7365722e707567782e6f72672f666d64642f73796c6975732d736f7274696e672d706c7567696e2f646f776e6c6f616473)](https://packagist.org/packages/fmdd/sylius-sorting-plugin)[![PHP Version Require](https://camo.githubusercontent.com/14d51c3dd9f851149e1c5a253eb3fbaba9c8ee613ef1706e5734dcc0349ff6be/687474703a2f2f706f7365722e707567782e6f72672f666d64642f73796c6975732d736f7274696e672d706c7567696e2f726571756972652f706870)](https://packagist.org/packages/fmdd/sylius-sorting-plugin)[![Slack](https://camo.githubusercontent.com/7c3c0528951f31d3e19ae8c1b92e612431e7864cdd59e9861aef25807340f91e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6d6d756e697479253230636861742d736c61636b2d4646313439332e737667)](http://sylius-devs.slack.com)[![Support](https://camo.githubusercontent.com/e2e1becf96ac10cfcfae03397fd7c605cca341564088ccd453d91e1d2024a14b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f737570706f72742d636f6e74616374253230617574686f722d626c7565253544)](https://fm2d.com/contact)

FM2D is a Web Agency publisher of Sylius plugins and open source actor. Since 2016, we strive to produce useful plugins to improve your e-commerce store. FM2D also offers you a first class technical support and customer service.

---

Summary
-------

[](#summary)

---

- [Overview](#overview)
- [Installation](#installation)
- [License](#license)
- [Contact](#contact)

Overview
========

[](#overview)

---

- Sort products or taxons inside a taxon by simple drag and drop
    - Well-arranged overview of all taxons/products in the taxon
    - Disabled taxons/products greyed out
    - Direct links into taxon/product details
    - Optionally hidden taxon tree to get even more space

Installation
============

[](#installation)

Step 1: Download the plugin
---------------------------

[](#step-1-download-the-plugin)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require fmdd/sylius-sorting-plugin
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

Step 2: Enable the plugin
-------------------------

[](#step-2-enable-the-plugin)

Then, enable the plugin by adding it to the end of the list of registered plugins/bundles in `config/bundles.php` file of your project.

```
