Download the PHP package agence-adeliom/easy-redirect-bundle without Composer
On this page you can find all versions of the php package agence-adeliom/easy-redirect-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download agence-adeliom/easy-redirect-bundle
More information about agence-adeliom/easy-redirect-bundle
Files in agence-adeliom/easy-redirect-bundle
Package easy-redirect-bundle
Short Description Symfony redirection bundle for EasyAdmin
License MIT
Homepage https://github.com/agence-adeliom/easy-redirect-bundle
Informations about the package easy-redirect-bundle
Easy Redirect Bundle
This bundle adds entities for redirects and 404 errors.
For redirects, 404 errors are intercepted and the requested path is looked up. If a match is found it redirects to the found redirect's destination. The count and last accessed date are updated as well. A redirect form type and validation is available as well.
404 errors can be logged as well. Each 404 error is it's own record in the database. The path, full URL, timestamp, and referer are stored. Storing each error as a separate record allows viewing statistics over time and seeing all the referer URLs. When a redirect is created or updated, 404 records that match it's path are deleted.
Versions
Repository Branch | Version | Symfony Compatibility | PHP Compatibility | Status |
---|---|---|---|---|
2.x |
2.x |
5.4 , and 6.x |
8.0.2 or higher |
New features and bug fixes |
1.x |
1.x |
4.4 , and 5.x |
7.2.5 or higher |
No longer maintained |
Installation with Symfony Flex
Add our recipes endpoint
Install with composer
Setup database
Using doctrine migrations
Without
Documentation
Manage redirect in your Easyadmin dashboard
Go to your dashboard controller, example : src/Controller/Admin/DashboardController.php
Configuration
License
Authors
Thanks to
kbond/ZenstruckRedirectBundle
All versions of easy-redirect-bundle with dependencies
symfony/config Version ^5.4 || ^6.0
symfony/dependency-injection Version ^5.4 || ^6.0
symfony/http-kernel Version ^5.4 || ^6.0
easycorp/easyadmin-bundle Version ^3.4 || ^v4.0
agence-adeliom/easy-common-bundle Version ^2.0.122