Código PHP:
'BeSimple\\I18nRoutingBundle' => $vendorDir . '/besimple/i18n-routing-bundle',
Código PHP:
new BeSimpleI18nRoutingBundleBeSimpleI18nRoutingBundle(),
FatalErrorException: Error: Class 'BeSimple\I18nRoutingBundle\BeSimpleI18nRoutingBun dle' not found in C:\wamp\www\Hostales\app\AppKernel.php line 21
espero que me puedan ayudar
ademas les dejo el composer.json del bundle para mas información
Código:
{ "name": "besimple/i18n-routing-bundle", "type": "symfony-bundle", "description": "Full routing internationalized on your Symfony2 project ", "keywords": ["routing", "internationalisation", "Symfony2", "BeSimpleI18nRoutingBundle"], "homepage": "https://github.com/BeSimple/BeSimpleI18nRoutingBundle", "license": "MIT", "authors": [ { "name": "Francis Besset", "email": "[email protected]" }, { "name": "Christophe Coevoet", "email": "[email protected]" }, { "name": "Benjamin Eberlei", "email": "[email protected]" }, { "name": "BeSimple Community", "homepage": "https://github.com/BeSimple/BeSimpleI18nRoutingBundle/contributors" } ], "require": { "php": ">=5.3.2", "symfony/framework-bundle": "dev-master" }, "suggest": { "doctrine/dbal": ">=2.0" }, "autoload": { "psr-0": { "BeSimple\\I18nRoutingBundle": "" } }, "target-dir": "BeSimple/I18nRoutingBundle" }