runroom-packages / sortable-behavior-bundle
Provides a way to sort your admin listing
Installs: 12 276
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 0
Type:symfony-bundle
Requires
- php: ^7.3 || ^8.0
- doctrine/common: ^2.12 || ^3.0
- doctrine/doctrine-bundle: ^2.1
- doctrine/orm: ^2.7
- symfony/config: ^4.4 || ^5.1
- symfony/dependency-injection: ^4.4 || ^5.1
- symfony/http-foundation: ^4.4.7 || ^5.1
- symfony/http-kernel: ^4.4.13 || ^5.1.5
- symfony/property-access: ^4.4 || ^5.1
- symfony/translation: ^4.4 || ^5.1
- twig/twig: ^2.12 || ^3.0
Requires (Dev)
- gedmo/doctrine-extensions: ^2.4 || ^3.0
- matthiasnoback/symfony-config-test: ^4.2
- matthiasnoback/symfony-dependency-injection-test: ^4.1
- phpunit/phpunit: ^9.3
- runroom-packages/testing: ^0.9.3
- sonata-project/admin-bundle: ^3.68
- sonata-project/doctrine-orm-admin-bundle: ^3.20
- symfony/phpunit-bridge: ^5.1
Suggests
- sonata-project/admin-bundle: Can be easily integrated with Sonata Admin bundle
- stof/doctrine-extensions-bundle: Manage doctrine extensions with Symfony
README
This bundle gives the ability to define sortable entities and to be able to sort the using Sonata Backoffice. It is inspired on: pixSortableBehaviorBundle.
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
composer require runroom-packages/sortable-behavior-bundle
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php
file of your project:
// config/bundles.php return [ // ... Runroom\SortableBehaviorBundle\RunroomSortableBehaviorBundle::class => ['all' => true], ];
License
This bundle is under the MIT license.