runroom-packages / redirection-bundle
Manage redirections on the Sonata Admin interface
Installs: 71 390
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Type:symfony-bundle
pkg:composer/runroom-packages/redirection-bundle
Requires
- php: ^8.1
 - doctrine/dbal: ^3.6 || ^4.0
 - doctrine/doctrine-bundle: ^2.10
 - doctrine/orm: ^2.19 || ^3.2
 - doctrine/persistence: ^3.1 || ^4.0
 - symfony/config: ^6.4 || ^7.1
 - symfony/dependency-injection: ^6.4 || ^7.1
 - symfony/doctrine-bridge: ^6.4 || ^7.1
 - symfony/event-dispatcher: ^6.4 || ^7.1
 - symfony/form: ^6.4 || ^7.1
 - symfony/http-foundation: ^6.4 || ^7.1
 - symfony/http-kernel: ^6.4 || ^7.1
 - symfony/property-access: ^6.4 || ^7.1
 - symfony/routing: ^6.4 || ^7.1
 - symfony/validator: ^6.4 || ^7.1
 - symfony/yaml: ^6.4 || ^7.1
 
Requires (Dev)
- dama/doctrine-test-bundle: ^8.0
 - knplabs/knp-menu-bundle: ^3.1
 - matthiasnoback/symfony-config-test: ^6.1
 - matthiasnoback/symfony-dependency-injection-test: ^6.1
 - phpunit/phpunit: ^10.5
 - runroom-packages/testing: ^0.21
 - sonata-project/admin-bundle: ^4.25
 - sonata-project/doctrine-orm-admin-bundle: ^4.13
 - symfony/browser-kit: ^6.4 || ^7.1
 - symfony/framework-bundle: ^6.4 || ^7.1
 - symfony/security-bundle: ^6.4 || ^7.1
 - symfony/stimulus-bundle: ^2.30
 - symfony/twig-bundle: ^6.4 || ^7.1
 - zenstruck/foundry: ^2.0
 
Conflicts
- sonata-project/admin-bundle: <4.25
 - zenstruck/foundry: <2.0
 
- dev-master / 0.22.x-dev
 - 0.21.0
 - 0.20.0
 - 0.19.1
 - 0.19.0
 - 0.18.0
 - 0.17.2
 - 0.17.1
 - 0.17.0
 - 0.16.1
 - 0.16.0
 - 0.15.7
 - v0.15.6
 - v0.15.5
 - v0.15.4
 - v0.15.3
 - v0.15.2
 - v0.15.1
 - v0.15.0
 - v0.14.1
 - v0.14.0
 - v0.13.3
 - v0.13.2
 - v0.13.1
 - v0.13.0
 - v0.12.0
 - v0.11.1
 - v0.11.0
 - v0.10.3
 - v0.10.2
 - v0.10.1
 - v0.10.0
 - 0.9.3
 - 0.9.2
 - 0.9.1
 - 0.9.0
 - v0.8.2
 - v0.8.1
 - v0.8.0
 - v0.7.1
 - v0.7.0
 - v0.6.9
 - v0.6.8
 - v0.6.7
 - v0.6.6
 - v0.6.5
 - v0.6.4
 - v0.6.3
 - v0.6.2
 - v0.6.1
 - v0.6.0
 - v0.5.0
 - v0.4.1
 - v0.4.0
 - v0.3.1
 - 0.3.0
 - 0.2.1
 - 0.2.0
 - 0.1.1
 - 0.1.0
 
This package is auto-updated.
Last update: 2025-11-03 15:11:25 UTC
README
This bundle gives the ability to manage redirections on a Sonata Backoffice.
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/redirection-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\RedirectionBundle\RunroomRedirectionBundle::class => ['all' => true], ];
Update doctrine schema
Finally, execute doctrine schema update to create the new tables:
console doctrine:schema:update --force
Contribute
The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on runroom/runroom-packages.
License
This bundle is under the MIT license.