JMSI18nRoutingBundle icon indicating copy to clipboard operation
JMSI18nRoutingBundle copied to clipboard

Allows you to internationalize your routing

Results 100 JMSI18nRoutingBundle issues
Sort by recently updated
recently updated
newest added

PHP Fatal error: Declaration of JMS\I18nRoutingBundle\JMSI18nRoutingBundle::getContainerExtension() must be compatible with Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension(): ?Symfony\Component\DependencyInjection\Extension\ExtensionInterface in symfony/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/JMSI18nRoutingBundle.php on line 39

Fatal error: Declaration of JMS\I18nRoutingBundle\JMSI18nRoutingBundle::getContainerExtension() must be compatible with Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension(): ?Symfony\Component\DependencyInjection\Extension\ExtensionInterface in /Users/wscholtz/websites/symfony-upgrade/virnetxone-registrar/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/JMSI18nRoutingBundle.php on line 39 !! PHP Fatal error: Declaration of JMS\I18nRoutingBundle\JMSI18nRoutingBundle::getContainerExtension() must be compatible with Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension(): ?Symfony\Component\DependencyInjection\Extension\ExtensionInterface in...

From Symfony 5.1, I have this deprecation message but can't figure out if i can fix it without a new version of this bundle ? Thanks for your help `Since...

Hello, I have one route which is configured like this `@Route("/{slug}", name="index_pages", requirements={"slug"=".+"})` I'm using Jmsi18nRouting with the `prefix_except_default` strategy and it's working fine everywhere, except for this routing :...

There is a deprecation error in this bundle: ![image](https://user-images.githubusercontent.com/18555977/148770064-eb5369d2-22ea-4d11-b13e-e6da9a1fe010.png)

Add support for symfony 6. Since most deprecations arefixed through other issues/PR's, this should not be hard I'd think.

In an effort to try and fix deprecation warnings after upgrading my project to Symfony 5.4, I was able to replace the deprecated Router Annotations from the FrameworkExtraBundle with the...

Added function return / argument types to: generate() matchRequest() match() in Router/I18nRouter.php

Hi, We would like to delete a locale (translation) we have added previously. Do you get any advice (best practice) to deal with that correctly to redirect all routes from...